You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@
4
4
5
5
PHP 5.x polyfill for mcrypt extension.
6
6
7
+
## Installation
8
+
9
+
With [Composer](https://getcomposer.org/):
10
+
11
+
```
12
+
composer require phpseclib/mcrypt_compat
13
+
```
14
+
7
15
## Supported algorithms
8
16
9
17
- rijndael-128
@@ -37,4 +45,4 @@ PHP 5.x polyfill for mcrypt extension.
37
45
- nofb
38
46
- stream
39
47
40
-
Although `ncfb` and `nofb` are supported `cfb` and `ofb` are not. Further, mcrypt_compat's `ncfb` implementation has some incompatibles with mcrypt's implementation where `mcrypt_generic` and `mdecrypt_generic` are concerned. The unit tests elaborate.
48
+
Although `ncfb` and `nofb` are supported `cfb` and `ofb` are not. Further, mcrypt_compat's `ncfb` implementation has some incompatibles with mcrypt's implementation where `mcrypt_generic` and `mdecrypt_generic` are concerned. The unit tests elaborate.
0 commit comments