The Crypt () function
Friday March 2, 2007
In PHP we can use the crypt () function to create one way encryption. This means that the data is encrypted but cannot easily be decrypted. Although at first glance that may seem useless, it is actually very useful when working with passwords.


No comments yet. Leave a Comment