mirror of
https://github.com/QuasarApp/Qt-AES.git
synced 2025-04-26 13:44:33 +00:00
updated readme
This commit is contained in:
parent
e5f942d924
commit
e0d35f2fde
16
README.md
16
README.md
@ -26,14 +26,20 @@ QAESEncryption::Crypt => encode(...)
|
||||
QAESEncryption::Decrypt => decode(...)
|
||||
QAESEncryption::ExpandKey => expandKey(...)
|
||||
```
|
||||
#### Modes
|
||||
The class supports the following operating modes
|
||||
|
||||
* ECB
|
||||
* CBC
|
||||
* CFB
|
||||
* OFB
|
||||
|
||||
#### Padding
|
||||
By default the padding method is `ISO`, however, the class supports:
|
||||
```
|
||||
ZERO
|
||||
PKCS7
|
||||
ISO
|
||||
```
|
||||
|
||||
* ZERO
|
||||
* PKCS7
|
||||
* ISO
|
||||
|
||||
### Example
|
||||
Sample code using a 128bit key in ECB mode
|
||||
|
Loading…
x
Reference in New Issue
Block a user