PHP-AES
PHP-AES copied to clipboard
Pure PHP implementation of the AES cipher.
Results
1
PHP-AES issues
Sort by
recently updated
recently updated
newest added
I need to use the following pattern for my AES: 1. ECB 2. PCKS7 How can I do it using this library?