Hi,
On my websites, I encrypt passwords using a combination of hashing algorithm (Which I am obviously not going to post on a forum but its along the lines of md5(substr(whirlpool($Value), 0, 7));
)
What is blowfish, how do I use it and how much more secure is it than a function as shown above?
Regards,
Sam Rudge