mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 15:53:30 +00:00
Fixed typo in Z85 alphabet
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user