KSUID Generator
KSUID Generator Generate KSUIDs (K-Sortable Unique Identifiers) or decode existing ones to extract their embedded timestamp and random payload. KSUIDs are 27-character Base62 strings that are lexicographically sortable by creation time, combining a 4-byte Unix timestamp with 16 bytes of random data. How to Use Set the count (1–10) to generate multiple KSUIDs at once, or paste an existing KSUID in the decode field to extract its timestamp, Unix epoch, and random component. Generated KSUIDs can be copied individually. Features Batch generation – generate 1 to 10 KSUIDs at once KSUID decoder – extract timestamp, epoch, and random bytes from any KSUID Cryptographically secure – random component uses crypto.getRandomValues() 27-character ...
ツールを試す »