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

Default: Current year (2025)

Enter a number from 0000 to 9999

Decrypt

Must match the encryption key

Enter a 3-letter code (A-Z)

Example

Input: 1234 with key 2025

Output: ??? (depends on encryption key)

* Same input with same key always produces the same output