sde
Well-known member
I am working on a way to encrypt passwords going into a database.
I come from a PHP background, and when you use the PHP MD5 function, it creates a 32 byte string.
Im finding that the MD5 strings generated in .NET vary in length.
This isnt a problem, but is there a max length this encrypted string can be?
The purpose Im using it for is only so passwords stored in the database or on cookie are not readable.
Any insight would be much appreciated.
Thanks!
I come from a PHP background, and when you use the PHP MD5 function, it creates a 32 byte string.
Im finding that the MD5 strings generated in .NET vary in length.
This isnt a problem, but is there a max length this encrypted string can be?
The purpose Im using it for is only so passwords stored in the database or on cookie are not readable.
Any insight would be much appreciated.
Thanks!