I have short (8-byte) messages which are effectively true random numbers, and I want to encrypt these messages with a (pre-shared) key....
I'm using AES-CTR for this purpose -- but with the SAME IV each time (which is seemingly contrary to best practice).... but since EVERY message that I'll encrypt with this key is unique, do I really have a security issue?