Posts by RENATO HIGOR • 1 point
1 post
-
0
votes0
answers23
viewsQ: AES in CTR mode
I’m developing AES in CTR mode for my work, but I’m not getting it to return the right result, both at Encrypt and at Decrypt,. Follow the code: class AESCipher(object): def __init__(self, key): def…