mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04: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…
Add table
Add a link
Reference in a new issue