gaza165 Posted April 23, 2009 Share Posted April 23, 2009 Hi all, I need to come up with an encryption alrogithm for a given password.. the thing is, i cant use the crypt function. What is the best way to go about this. thanks Garry Quote Link to comment https://forums.phpfreaks.com/topic/155331-encryption-algorithm-in-c-and-unix/ Share on other sites More sharing options...
corbin Posted April 24, 2009 Share Posted April 24, 2009 Do you want an encryption algorithm or a hashing algorithm? Any preference on algorithms? There are a ton of implementations of the MD5 hashing algorithm in C floating around. I'm sure you could find any other algorithm too. Quote Link to comment https://forums.phpfreaks.com/topic/155331-encryption-algorithm-in-c-and-unix/#findComment-817983 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.