mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
Tidied up infoURL in Rail Fence Cipher ops
This commit is contained in:
parent
015d0f065f
commit
b045dc37f5
@ -21,7 +21,7 @@ class RailFenceCipherDecode extends Operation {
|
|||||||
this.name = "Rail Fence Cipher Decode";
|
this.name = "Rail Fence Cipher Decode";
|
||||||
this.module = "Ciphers";
|
this.module = "Ciphers";
|
||||||
this.description = "Decodes Strings that were created using the Rail fence Cipher provided a key and an offset";
|
this.description = "Decodes Strings that were created using the Rail fence Cipher provided a key and an offset";
|
||||||
this.infoURL = "https://en.wikipedia.org/wiki/Rail_fence_cipher";
|
this.infoURL = "https://wikipedia.org/wiki/Rail_fence_cipher";
|
||||||
this.inputType = "string";
|
this.inputType = "string";
|
||||||
this.outputType = "string";
|
this.outputType = "string";
|
||||||
this.args = [
|
this.args = [
|
||||||
|
@ -21,7 +21,7 @@ class RailFenceCipherEncode extends Operation {
|
|||||||
this.name = "Rail Fence Cipher Encode";
|
this.name = "Rail Fence Cipher Encode";
|
||||||
this.module = "Ciphers";
|
this.module = "Ciphers";
|
||||||
this.description = "Encodes Strings using the Rail fence Cipher provided a key and an offset";
|
this.description = "Encodes Strings using the Rail fence Cipher provided a key and an offset";
|
||||||
this.infoURL = "https://en.wikipedia.org/wiki/Rail_fence_cipher";
|
this.infoURL = "https://wikipedia.org/wiki/Rail_fence_cipher";
|
||||||
this.inputType = "string";
|
this.inputType = "string";
|
||||||
this.outputType = "string";
|
this.outputType = "string";
|
||||||
this.args = [
|
this.args = [
|
||||||
|
Loading…
Reference in New Issue
Block a user