ShortId Generator

📋 What are shortIds?

🖥️ Command line (xray)

xray uuid -i shortuuid

Generates a random short ID

🐍 Python

import secrets; secrets.token_hex(8)

Generates a 16-character hex ID

🌐 Online generator

Use the generator below