Generate short IDs Quick Reference =============== /now - UNIX timestamp in second resolution; base36-encoded /nano - UNIX timestamp in nanosecond resolution; base36-encoded /uuid7 - UUID version 7; UUID-style hex ID generated from this service is NOT SECURE. DO NOT use it as a password, or expect it to be unpredictable. URL scheme ========== /generator[.encoder][.format] /now.json - UNIX timestamp in second, in JSON format /nano.hex.json - UNIX timestamp in nanosecond, hex-encoded, in JSON format /nano.base64.json - UNIX timestamp in nanosecond, base64-encoded, in JSON format Generator --------- now UNIX timestamp in second resolution nano UNIX timestamp in nanosecond resolution uuid7 UUID version 7 Encoder ------- base36 Base36-encoded base64 Base64-encoded hex Hex-encoded uuidhex UUID-style hex Format ------ txt Text output json JSON output Source Code =========== https://git.sr.ht/~sirn/shortid