PHP-AES
PHP-AES copied to clipboard
How to apply padding to AES?
I need to use the following pattern for my AES:
- ECB
- PCKS7
How can I do it using this library?