Make nodeJS crypto module available in scripts #8276
Unanswered
Gabriel8579
asked this question in
Ideas
Replies: 2 comments 3 replies
-
Currently crypto-js is available in script, then you could do something like:
But also introducing node's crypto module sounds a good idea. |
Beta Was this translation helpful? Give feedback.
2 replies
-
crypto-js is decommissioned in favor of NodeJS's native crypto. It does seem to be a simple matter of adding it to two spots in the executor. Should I put in a PR? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Some APIs use E2E encryption and I'd like to handle those encryptions within the scripts tab, but I need crypto module available to do that, can you make it available?
Beta Was this translation helpful? Give feedback.
All reactions