mirror of
https://github.com/gchq/CyberChef.git
synced 2026-03-18 04:41:40 -07:00
Add Crockford's alphabet
This commit is contained in:
parent
1089c6bfb8
commit
5b58e95c0a
1 changed files with 4 additions and 0 deletions
|
|
@ -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=",
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue