Closed frankw2 closed 10 years ago
AES-CTR mode for encryption does not work if the plaintext is less 16 bytes. It just returns the value in plaintext. This makes it incompatible with PyCrypto and other crypto libraries.
Oh, thanks for paying attention, I'll take a look ASAP.
AES-CTR mode for encryption does not work if the plaintext is less 16 bytes. It just returns the value in plaintext. This makes it incompatible with PyCrypto and other crypto libraries.