2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-31 15:43:42 +00:00

Cleaned up Base62 ops and updated CHANGELOG

This commit is contained in:
n1474335
2018-12-18 12:19:42 +00:00
parent 22454ae842
commit d89d79116c
5 changed files with 40 additions and 23 deletions

View File

@@ -17,7 +17,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "To Base62",
args: [],
args: ["0-9A-Za-z"],
},
],
},
@@ -28,7 +28,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "To Base62",
args: [],
args: ["0-9A-Za-z"],
},
],
},
@@ -39,7 +39,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "To Base62",
args: [],
args: ["0-9A-Za-z"],
},
],
},
@@ -50,7 +50,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "From Base62",
args: [],
args: ["0-9A-Za-z"],
},
],
},
@@ -61,7 +61,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "From Base62",
args: [],
args: ["0-9A-Za-z"],
},
],
},
@@ -72,7 +72,7 @@ TestRegister.addTests([
recipeConfig: [
{
op: "From Base62",
args: [],
args: ["0-9A-Za-z"],
},
],
}