2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-16 00:04:20 +00:00

Feature: Add Base92 operations

This commit is contained in:
sg5506844
2023-04-12 10:37:16 +05:30
parent 1bc88728f0
commit 5f0f037c46
6 changed files with 258 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ import "./tests/Base58.mjs";
import "./tests/Base64.mjs";
import "./tests/Base62.mjs";
import "./tests/Base85.mjs";
import "./tests/Base92.mjs";
import "./tests/BitwiseOp.mjs";
import "./tests/ByteRepr.mjs";
import "./tests/CartesianProduct.mjs";