Skip to content

Commit a74a46e

Browse files
authored
Update README.md
1 parent 839c544 commit a74a46e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ Static invocation without creating instances, 256 bit key, ECB mode, starting fr
8888
//Static invocation
8989
QByteArray encrypted = QAESEncryption::Crypt(QAESEncryption::AES_256, QAESEncryption::CBC,
9090
inputStr.toLocal8Bit(), hashKey, hashIV);
91+
//...
92+
// Removal of Padding via Static function
9193
QString decodedString = QString(QAESEncryption::RemovePadding(decodeText));
9294
9395
```

0 commit comments

Comments
 (0)