↧
ITNewb.com: PHP Encryption / Decryption Using the MCrypt Library (libmcrypt)
On the ITNewb.com site there's a recent tutorial that's been posted by Andrew Johnson about using the mcrypt library in your PHP apps for a simple level of data protection. The ability to encrypt and...
View ArticleITNewb.com: PHP Encryption / Decryption Using the MCrypt Library (libmcrypt)
On the ITNewb.com website, there's this new tutorial looking at using the mcrypt libraries in PHP to help protect the data being passed around inside your application. The ability to encrypt and...
View Article