show/hide this revision's text 3 added link on phpass

My advise is to never, never, never write your own encryption and hash functions. Even experts do it wrong all the time, so dont try it yourself.

Ive heared that phpass (Openwall) is a nice hashing framework, i'd suggest you use that.

They use salts in their hashes and have quite some parameters to tweak the hash.

show/hide this revision's text 2 added 84 characters in body

My advise is to never, never, never write your own encryption and hash functions. Even experts do it wrong all the time, so dont try it yourself.

Ive heared that phpass (Openwall) is a nice hashing framework, i'd suggest you use that.

They use salts in their hashes and have quite some parameters to tweak the hash.

show/hide this revision's text 1

My advise is to never, never, never write your own encryption and hash functions. Even experts do it wrong all the time, so dont try it yourself.

Ive heared that phpass (Openwall) is a nice hashing framework, i'd suggest you use that.