Sony’s recent security “holes” showed how unsafe it can be to store data unencrypted. As some of you may know, I ‘m working on re-releasing the free CRM theme Driftwood.
What is the most secure way to store sensitive (ie non-public information) post meta in the database?
Use bcrypt.
http://codahale.com/how-to-safely-store-a-password/