mirror of
https://github.com/gchq/CyberChef
synced 2025-01-06 09:38:46 +00:00
Remove deprecated code
This commit is contained in:
parent
bc82f590d4
commit
cd0aee7626
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ class FernetDecrypt extends Operation {
|
||||||
*/
|
*/
|
||||||
run(input, args) {
|
run(input, args) {
|
||||||
const [secretInput] = args;
|
const [secretInput] = args;
|
||||||
// const fernet = require("fernet");
|
|
||||||
try {
|
try {
|
||||||
const secret = new fernet.Secret(secretInput);
|
const secret = new fernet.Secret(secretInput);
|
||||||
const token = new fernet.Token({
|
const token = new fernet.Token({
|
||||||
|
|
Loading…
Reference in a new issue