ID Generator
Generate encrypted 3-letter code from 4-digit number.
How it works
- Converts 4-digit numbers (0000-9999) to 3-letter codes (AAA-ZZZ)
- Absolutely collision-free with deterministic 1:1 mapping
- Key is automatically set to current year (can be modified)
- Original values cannot be deduced from encrypted codes
Encrypt
Decrypt
Example
Input: 1234 with key 2025
Output: ??? (depends on encryption key)
* Same input with same key always produces the same output