Add Crockford's alphabet

This commit is contained in:
r4mos 2025-09-08 16:58:31 +02:00
parent 1089c6bfb8
commit 5b58e95c0a

View file

@ -19,5 +19,9 @@ export const ALPHABET_OPTIONS = [
name: "Hex Extended", // https://www.rfc-editor.org/rfc/rfc4648#section-7
value: "0-9A-V=",
},
{
name: "Crockford's alphabet", // https://www.crockford.com/base32.html
value: "0123456789ABCDEFGHJKMNPQRSTVWXYZ=",
},
];