sde
Centurion
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.
I'm finding that the MD5 strings generated in .NET vary in length.
This isn't a problem, but is there a max length this encrypted string can be?
The purpose I'm 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.
I'm finding that the MD5 strings generated in .NET vary in length.
This isn't a problem, but is there a max length this encrypted string can be?
The purpose I'm using it for is only so passwords stored in the database or on cookie are not readable.
Any insight would be much appreciated.
Thanks!