mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Fixed typo in Z85 alphabet
This commit is contained in:
parent
10cf0d13c2
commit
032f8808ef
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export const ALPHABET_OPTIONS = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Z85 (ZeroMQ)",
|
name: "Z85 (ZeroMQ)",
|
||||||
value: "0-9a-zA-Z.#\\-:+=^!/*?&<>()[]{}@%$#",
|
value: "0-9a-zA-Z.\\-:+=^!/*?&<>()[]{}@%$#",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "IPv6",
|
name: "IPv6",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue