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:
@@ -24,4 +24,4 @@ export function highlightFromBase45(pos, args) {
|
||||
return pos;
|
||||
}
|
||||
|
||||
export const ALPHABET = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:";
|
||||
export const ALPHABET = "0-9A-Z $%*+\\-./:";
|
||||
|
||||
Reference in New Issue
Block a user