↧
MySQL AES Encryption With PHP
Security should be at the top of every developer’s mind when building an application that could hold sensitive data. We wanted to replicate MySQL’s functions because a lot of our data is already...
View ArticleHow to encrypt string without mcrypt library in php
Check this http://phpseclib.sourceforge.net/ http://www.phpclasses.org/package/1610-PHP-Symetric-encryption-of-data-using-only-PHP-code.html http://px.sklar.com/code.html/id=1287
View Article