mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 16:56:15 -04:00
Tidied up Base45 ops
This commit is contained in:
parent
709b8696fc
commit
4f0b160ed3
4 changed files with 23 additions and 12 deletions
|
@ -24,4 +24,4 @@ export function highlightFromBase45(pos, args) {
|
|||
return pos;
|
||||
}
|
||||
|
||||
export const ALPHABET = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:";
|
||||
export const ALPHABET = "0-9A-Z $%*+\\-./:";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue