Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Efficient way to store hashes in database ?
08-07-2012, 07:45 PM
Post: #2
RE: Efficient way to store hashes in database ?
if you only need to store user passwords, store a base64 encoded string of the hash.
Find all posts by this user
Quote this message in a reply
Post Reply 


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