Efficient way to store hashes in database ?
#2
if you only need to store user passwords, store a base64 encoded string of the hash.
Reply


Messages In This Thread
RE: Efficient way to store hashes in database ? - by undeath - 08-07-2012, 07:45 PM