We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Potentially, this is not worth the effort.
The node crypto libraries are a bit clunky to use, and easy to footgun with (for example, forgetting to validate the auth tag: f7b1e23).
Could use libsodium instead: https://doc.libsodium.org/quickstart#how-do-i-encrypt-a-file-using-a-password
https://www.npmjs.com/package/libsodium
The text was updated successfully, but these errors were encountered:
No branches or pull requests
WARNING: Will have to be very careful to provide legacy support + migrate people over to the new format.
Potentially, this is not worth the effort.
The node crypto libraries are a bit clunky to use, and easy to footgun with (for example, forgetting to validate the auth tag: f7b1e23).
Could use libsodium instead: https://doc.libsodium.org/quickstart#how-do-i-encrypt-a-file-using-a-password
https://www.npmjs.com/package/libsodium
The text was updated successfully, but these errors were encountered: