Hey is there a way to Print the (binary) version of the IV and not the Hexadecimal? I'm required to show it for class. I'm doing an encryption/decryption of plaintext using CBC mode and I have to show the IV in Binary and not hexadecimal. I'm using Python 3
Asked
Active
Viewed 82 times