08-07-2012, 07:45 PM
if you only need to store user passwords, store a base64 encoded string of the hash.
Efficient way to store hashes in database ?
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
Efficient way to store hashes in database ? - by Mem5 - 08-07-2012, 07:40 PM
RE: Efficient way to store hashes in database ? - by undeath - 08-07-2012, 07:45 PM
RE: Efficient way to store hashes in database ? - by Bitweasil - 08-07-2012, 07:45 PM
RE: Efficient way to store hashes in database ? - by unix-ninja - 08-07-2012, 08:07 PM
RE: Efficient way to store hashes in database ? - by Mem5 - 08-11-2012, 10:38 AM
RE: Efficient way to store hashes in database ? - by twitty - 08-16-2012, 07:24 PM
|