summaryrefslogtreecommitdiff
path: root/frontend/gamma/tests/tests/Clipperz/Crypto/AES_2.test.js
AgeCommit message (Collapse)AuthorFilesLines
2013-04-19Fixed an issue on the AES-CTR block modeGiulio Cesare Solaroli1-0/+85
The previous version of the CTR encoding was incrementing the counter in a weird way, mixing up data from the previous block. The current fix can correctly decrypt data encoded with AES-CTR using other libraries/languages (currently tested only with Python).