Browse Source

Moved author tag and improved description for ROT47

n1474335 8 years ago
parent
commit
6fa6a92719

File diff suppressed because it is too large
+ 0 - 0
build/prod/cyberchef.htm


File diff suppressed because it is too large
+ 0 - 0
build/prod/index.html


File diff suppressed because it is too large
+ 0 - 0
build/prod/scripts.js


+ 1 - 1
src/js/config/OperationConfig.js

@@ -1391,7 +1391,7 @@ var OperationConfig = {
         ]
         ]
     },
     },
     "ROT47": {
     "ROT47": {
-        description: "A slightly more complex variation of a caesar cipher, which includes ASCII characters too. (default 47)",
+        description: "A slightly more complex variation of a caesar cipher, which includes ASCII characters from 33 '!' to 126 '~'. Default rotation: 47.",
         run: Rotate.run_rot47,
         run: Rotate.run_rot47,
         highlight: true,
         highlight: true,
         highlight_reverse: true,
         highlight_reverse: true,

+ 2 - 1
src/js/operations/Rotate.js

@@ -1,7 +1,7 @@
 /**
 /**
  * Bit rotation operations.
  * Bit rotation operations.
  *
  *
- * @author n1474335 [n1474335@gmail.com] & Matt C [matt@artemisbot.pw]
+ * @author n1474335 [n1474335@gmail.com]
  * @copyright Crown Copyright 2016
  * @copyright Crown Copyright 2016
  * @license Apache-2.0
  * @license Apache-2.0
  *
  *
@@ -135,6 +135,7 @@ var Rotate = {
     /**
     /**
      * ROT47 operation.
      * ROT47 operation.
      *
      *
+     * @author Matt C [matt@artemisbot.pw]
      * @param {byte_array} input
      * @param {byte_array} input
      * @param {Object[]} args
      * @param {Object[]} args
      * @returns {byte_array}
      * @returns {byte_array}

+ 6 - 6
src/static/stats.txt

@@ -1,21 +1,21 @@
 203	source files
 203	source files
-104222	lines
+104274	lines
 4.0M	size
 4.0M	size
 
 
 136	JavaScript source files
 136	JavaScript source files
-95132	lines
-3.4M	size
+95184	lines
+3.5M	size
 
 
 78	third party JavaScript source files
 78	third party JavaScript source files
 76377	lines
 76377	lines
 2.7M	size
 2.7M	size
 
 
 58	first party JavaScript source files
 58	first party JavaScript source files
-18755	lines
-724K	size
+18807	lines
+728K	size
 
 
 3.1M	uncompressed JavaScript size
 3.1M	uncompressed JavaScript size
 1.7M	compressed JavaScript size
 1.7M	compressed JavaScript size
 
 
 15	categories
 15	categories
-152	operations
+153	operations

Some files were not shown because too many files changed in this diff