mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Changes for merge
- Removed conflicting build files - Moved @author tags
This commit is contained in:
parent
605a577d92
commit
b36459064e
5 changed files with 3 additions and 724 deletions
|
@ -3,7 +3,7 @@
|
|||
/**
|
||||
* Cipher operations.
|
||||
*
|
||||
* @author n1474335 [n1474335@gmail.com] & Matt C [matt@artemisbot.pw]
|
||||
* @author n1474335 [n1474335@gmail.com]
|
||||
* @copyright Crown Copyright 2016
|
||||
* @license Apache-2.0
|
||||
*
|
||||
|
@ -395,6 +395,7 @@ var Cipher = {
|
|||
/**
|
||||
* Vigenere cipher encode.
|
||||
*
|
||||
* @author Matt C [matt@artemisbot.pw]
|
||||
* @param {string} input
|
||||
* @param {Object[]} args
|
||||
* @returns {string}
|
||||
|
@ -442,6 +443,7 @@ var Cipher = {
|
|||
/**
|
||||
* Vigenere cipher decode.
|
||||
*
|
||||
* @author Matt C [matt@artemisbot.pw]
|
||||
* @param {string} input
|
||||
* @param {Object[]} args
|
||||
* @returns {string}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue