aasaam / aes
Simplified cross language Advanced Encryption Standard (AES)
0.0.7
2021-07-06 19:22 UTC
Requires
- php: >=7.4
- ext-openssl: *
Requires (Dev)
- ext-xdebug: *
- friendsofphp/php-cs-fixer: ^3
- laminas/laminas-coding-standard: ^2
- phpunit/phpunit: ^9
- squizlabs/php_codesniffer: ^3
- vimeo/psalm: ^4
- wp-coding-standards/wpcs: ^2
This package is auto-updated.
Last update: 2024-11-22 14:31:55 UTC
README
AES
PHP Version
Simplified cross language Advanced Encryption Standard (AES)
Features:
- All packages must be zero dependency only require core encryption of each language.
- Working only with strings (No error/exception), empty string will be falsy
- Encrypted with AES-GCM-256 with tag
Currently supported following languages: