Function generateSimplePasswordHash
Prototypes
string generateSimplePasswordHash( string password, string additional_salt );
Parameters
Returns
A base64 encoded string containing the salt and the hash value is returned.
Remarks
MD5 is not considered safe and is computationally cheap. Although the use of salt helps a bit, using this fuction is discouraged for systems where security matters.
See_Also
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.