2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-11 13:53:26 +00:00

Tidied up Base45 ops

This commit is contained in:
n1474335
2022-03-28 16:15:37 +01:00
parent 709b8696fc
commit 4f0b160ed3
4 changed files with 23 additions and 12 deletions

View File

@@ -24,4 +24,4 @@ export function highlightFromBase45(pos, args) {
return pos;
}
export const ALPHABET = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:";
export const ALPHABET = "0-9A-Z $%*+\\-./:";