I have a sequence of 32-bit integer IDs, like 1, 2, 3, 4 and so on.
I would like to get encrypted text of these integers like ABCDEF12, 2310F120 and so on.
Additional requirements:
- One bit change (for example from 1 to 2, or 1998 to 1999) should cause significant encrypted text change (for example ABCDEF12 to 2310F120).
- Some kind of encryption key is welcome
- Encrypted text should be as small as possible (so standard 80-bit encryption with source padding is not acceptable here).
- Unambiguous decryption