I am developing an application that is going to use AES encryption.
Since it is going to use a different key for every message encrypted...
- Would it be secure to use a constant IV? (i.e null bytes)
- Would it be secure to not pad the encrypted message?