OK, I'm sorry about this post, it is entirely off topic, please don't delete it right away, this was the only place I could think of, there are quite a few geniuses in here... I am trying to find a program that generates the crypt() hashes in windows, but i couldn't find it, despite all my search... All i found was the library sources, (get them from www.poromenos.org/crypt.zip), but I have absolutely no idea on how to link them... Can someone help? I just need a simple program that takes the password (from the command prompt maybe?) and gives you the crypt() hash, i.e.
printf("Crypt() hash = %s", crypt("pasword", 0));
or however that's done.
If you could point me in the right direction I would be greatful.
printf("Crypt() hash = %s", crypt("pasword", 0));
or however that's done.
If you could point me in the right direction I would be greatful.