Skip to content

Add Fernet encryption/decryption operation#501

Merged
a3957273 merged 7 commits intogchq:masterfrom
kassi:fernet
Feb 22, 2024
Merged

Add Fernet encryption/decryption operation#501
a3957273 merged 7 commits intogchq:masterfrom
kassi:fernet

Conversation

@kassi
Copy link
Copy Markdown
Contributor

@kassi kassi commented Mar 3, 2019

This PR adds fernet encryption/decryption operation.

It uses fernet.js module to perform the actual de/encryption (MIT license).

@kassi kassi changed the title Add fernet encryption/decryption operation Add Fernet encryption/decryption operation Mar 3, 2019
BRAVO68WEB pushed a commit to BRAVO68WEB/CyberChef that referenced this pull request May 29, 2022
[REVERRT] Add group and user in dockerfile to run container as unprivileged
Fixes: gchq#499
Copy link
Copy Markdown
Collaborator

@mattnotmitt mattnotmitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, some changes before merge @a3957273.

Comment thread package.json Outdated
"esmangle": "^1.0.1",
"esprima": "^4.0.1",
"exif-parser": "^0.1.12",
"fernet": "^0.3.1",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update to new release of fernet, 0.3.2

Comment thread src/core/operations/FernetDecrypt.mjs Outdated
*/
run(input, args) {
const [secretInput] = args;
// const fernet = require("fernet");
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove dead code.

@a3957273 a3957273 merged commit c4e7c41 into gchq:master Feb 22, 2024
@a3957273
Copy link
Copy Markdown
Member

Thanks so much for the contribution @kassi , apologies it took us so long to merge it in. :)

@kassi
Copy link
Copy Markdown
Contributor Author

kassi commented Feb 22, 2024

@a3957273 it's never too late :-) Thanks for merging.

@kassi kassi deleted the fernet branch February 22, 2024 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants