mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-11 19:41:16 +00:00
Add basic Extension docs
This commit is contained in:
7
php_modules/mcrypt/README.md
Normal file
7
php_modules/mcrypt/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# mcrypt
|
||||
|
||||
This is an interface to the mcrypt library, which supports a wide variety of block algorithms such as DES, TripleDES, Blowfish (default), 3-WAY, SAFER-SK64, SAFER-SK128, TWOFISH, TEA, RC2 and GOST in CBC, OFB, CFB and ECB cipher modes. Additionally, it supports RC6 and IDEA which are considered "non-free". CFB/OFB are 8bit by default.
|
||||
|
||||
| Platform | Url |
|
||||
|----------|------------------------------------------------------------------|
|
||||
| PHP.net | https://www.php.net/manual/en/book.mcrypt.php |
|
||||
Reference in New Issue
Block a user