Add Crockford's alphabet
This commit is contained in:
parent
1089c6bfb8
commit
5b58e95c0a
@ -19,5 +19,9 @@ export const ALPHABET_OPTIONS = [
|
|||||||
name: "Hex Extended", // https://www.rfc-editor.org/rfc/rfc4648#section-7
|
name: "Hex Extended", // https://www.rfc-editor.org/rfc/rfc4648#section-7
|
||||||
value: "0-9A-V=",
|
value: "0-9A-V=",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Crockford's alphabet", // https://www.crockford.com/base32.html
|
||||||
|
value: "0123456789ABCDEFGHJKMNPQRSTVWXYZ=",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user