Hello agraham,
good news and bad news: the crypt dll works fine so far, but does not return the expected string.
I found this link here, which can calculate the crypt without the need of a own Unix/ Linux pc:
The JavaScript Source: Password Protection: UNIX crypt(3) encryption
I tested it and got exactly the result i expect to get, so you could use it to verify if your lib is using the correct algorithm.
Can you have a look into this again..? I assume now it is the crypt(3) algo as mentioned on wikipedia.Wikipedia also mentions different hash algorithms, maybe there's the crux..?
cheers
TWELVE
good news and bad news: the crypt dll works fine so far, but does not return the expected string.
I found this link here, which can calculate the crypt without the need of a own Unix/ Linux pc:
The JavaScript Source: Password Protection: UNIX crypt(3) encryption
I tested it and got exactly the result i expect to get, so you could use it to verify if your lib is using the correct algorithm.
Can you have a look into this again..? I assume now it is the crypt(3) algo as mentioned on wikipedia.Wikipedia also mentions different hash algorithms, maybe there's the crux..?
cheers
TWELVE