Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Fernet encryption/decryption operation #501

Merged
merged 7 commits into from
Feb 22, 2024
Merged

Conversation

kassi
Copy link
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
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.

package.json Outdated
@@ -96,6 +96,7 @@
"esmangle": "^1.0.1",
"esprima": "^4.0.1",
"exif-parser": "^0.1.12",
"fernet": "^0.3.1",
Copy link
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

*/
run(input, args) {
const [secretInput] = args;
// const fernet = require("fernet");
Copy link
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
4 checks passed
@a3957273
Copy link
Member

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

@kassi
Copy link
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