stateless-me/uuidv47
UUIDv47 = v4 privacy + v7 performance : uuidv47 lets you store sortable UUIDv7 in your database while emitting a UUIDv4‑looking façade at your API boundary. It XOR‑masks only the UUIDv7 timestamp field with a keyed SipHash‑2‑4 stream derived from the UUID's own random bits. The mapping is deterministic and exactly invertible.