What’s a good way to append a nonce to ciphertext in Python for AES GCM in Python?
I’m not a security expert, so please excuse this question if it’s silly, but I would really like an answer. I am using AES GCM to encrypt and would like to combine the randomly generated nonce with the ciphertext for convenience.
What’s an… Continue reading What’s a good way to append a nonce to ciphertext in Python for AES GCM in Python?