Skip to content

Commit ccadeee

Browse files
author
Fernando Fernandes
authored
Update README.md
1 parent ac22da2 commit ccadeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Provides `Advanced Encryption Standard (AES)` encryption / decryption capabiliti
99
- [x] Relies on `CCCrypt` (`CommonCrypto`). CCCrypt man pages: http://bit.ly/cccryptManPages
1010
- [x] Works (only) with 256 bit AES keys size. This is by design.
1111
- [x] Uses `kCCOptionPKCS7Padding` as `CCOptions`.
12-
- [🐞] Uses `Cipher Block Chaining (CBC)` mode with random `Initialization Vector (iv)` data. (Not yet. Bug to be fixed.)
12+
- [x] Uses `Cipher Block Chaining (CBC)` mode with random `Initialization Vector (iv)` data.
1313

1414
Interesting reading: [Differences between DES and AES](http://bit.ly/desVSaes)
1515

0 commit comments

Comments
 (0)