mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 07:43:22 +00:00
Changed all error returns to OperationErrors
This commit is contained in:
@@ -37,6 +37,8 @@ class BifidCipherDecode extends Operation {
|
||||
* @param {string} input
|
||||
* @param {Object[]} args
|
||||
* @returns {string}
|
||||
*
|
||||
* @throws {OperationError} if invalid key
|
||||
*/
|
||||
run(input, args) {
|
||||
const keywordStr = args[0].toUpperCase().replace("J", "I"),
|
||||
|
||||
Reference in New Issue
Block a user