4
0
mirror of https://github.com/QuasarApp/Qt-AES.git synced 2025-05-06 02:09:34 +00:00

adding padding disclaimer

This commit is contained in:
Matteo Brichese 2018-03-28 16:03:30 -07:00 committed by GitHub
parent 8be7a0851d
commit b7f75cbd2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,6 +27,9 @@ QAESEncryption::Decrypt => decode(...)
QAESEncryption::ExpandKey => expandKey(...)
```
## Padding
Please note that as of today all input that does not comes as a muptiple of 16 will be padded with zeros to the closest multiple value.
### Example
Sample code using a 128bit key in ECB mode
```