Do I have to use an IV when using GPG with AES 256? Or does GPG handle that for me?
I've noticed that I get different results each time I run the encryption, i.e.
gpg --symmetric --cipher-algo AES256 --armor test
But is this secure enough without an IV?