Tidied up 'Text Encoding Brute Force' operations and updated CHANGELOG

This commit is contained in:
n1474335 2018-12-18 13:50:10 +00:00
parent d96ef37d81
commit 076a1f97c2
5 changed files with 46 additions and 17 deletions

View file

@ -23,7 +23,7 @@ class ToBase62 extends Operation {
this.name = "To Base62";
this.module = "Default";
this.description = "Base62 is a notation for encoding arbitrary byte data using a restricted set of symbols that can be conveniently used by humans and processed by computers. The high number base results in shorter strings than with the decimal or hexadecimal system.";
this.infoURL = "https://en.wikipedia.org/wiki/List_of_numeral_systems";
this.infoURL = "https://wikipedia.org/wiki/List_of_numeral_systems";
this.inputType = "byteArray";
this.outputType = "string";
this.args = [