[pycrypto] AES128 Countermode in Cryptodome vs OpenSSL/BouncyCastle/Erlang

Anders Munch ajm at flonidan.dk
Wed Apr 15 11:07:25 UTC 2020


Dirk-Willem van Gulik wrote:
> key = b"0" * 32

A 256-bit key for AES-128? You may have better results with:

key = b"\0" * 16

regards, Anders



More information about the pycrypto mailing list