Easy-to-use and strong Encrypt/Decrypt PHP functions
posted in: Cryptography, PHP, Programming
1
I wrote those two following PHP functions to encrypt and decrypt strings easly and with a stronger encryption module than the other examples on the net (please, note that “strong” does not equals “secure”!); Happy encryption/decryption! 🙂 Max [sourcecode language=”php”] … Read More