Sublime directory Surf the web anonymous Pagerank Monitor


Password encryption

posk
Mon 12 September 2005, 02:45 am GMT +0200
As far as I know the best way to keep a password record is encrypted using md5 or whatever else your database system has.

But what about when the password is stored in cookies?

York
Mon 12 September 2005, 05:27 pm GMT +0200
What language do you use?

If you are using php, you can use md5 there too.

http://php.net/md5

posk
Mon 12 September 2005, 05:30 pm GMT +0200
What language do you use?

If you are using php, you can use md5 there too.

http://php.net/md5

I knew that. The problem is that if I use the md5() function to encode a password that will be held in a cookie, then it will be easy to be decoded by a programmer

NumBa1Stunna516
Mon 12 September 2005, 08:44 pm GMT +0200
Would it be more secure if u wrap the pass with md5 and then sha1 or something?

ekk
Tue 22 November 2005, 04:14 am GMT +0100
What you could try is first encode it using your own algorithm, then apply the MD5.

Nikolas
Tue 22 November 2005, 08:11 am GMT +0100
What you could try is first encode it using your own algorithm, then apply the MD5.


Yeah that would be more secure

Archive for SMF v1.00 by N.P. Valid XHTML 1.0 Transitional