We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac22da2 commit ccadeeeCopy full SHA for ccadeee
README.md
@@ -9,7 +9,7 @@ Provides `Advanced Encryption Standard (AES)` encryption / decryption capabiliti
9
- [x] Relies on `CCCrypt` (`CommonCrypto`). CCCrypt man pages: http://bit.ly/cccryptManPages
10
- [x] Works (only) with 256 bit AES keys size. This is by design.
11
- [x] Uses `kCCOptionPKCS7Padding` as `CCOptions`.
12
-- [🐞] Uses `Cipher Block Chaining (CBC)` mode with random `Initialization Vector (iv)` data. (Not yet. Bug to be fixed.)
+- [x] Uses `Cipher Block Chaining (CBC)` mode with random `Initialization Vector (iv)` data.
13
14
Interesting reading: [Differences between DES and AES](http://bit.ly/desVSaes)
15
0 commit comments