PHP-CryptLib
PHP-CryptLib copied to clipboard
A Cryptography Library for PHP
Dear Anthony, this is just a short "thank you" message on your PHP-Crypt library, especially the "CMAC" part. I'm developing an Android app that works with NFC tags that are...
If this library is used in a high traffic site with lots of calls, the "Microtime" random source will cause a hang-up since it initiates garbage collection on every call....
How does this compare with https://github.com/phpseclib/phpseclib?
Hi, can you explain, how i can use DES as CMAC algorithm with your code? Thank you.