What is the Web Cryptography API equivalent of crypto.sign() and crypto.createPrivateKey()? #30
Unanswered
guest271314
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create a Signed Web Bundle to be used in an Isolated Web App in the browser based on code in a Node.js-based package https://github.com/guest271314/webbundle.
How to substitute Web Cryptography API for
node:crypto
usage here https://www.npmjs.com/package/wbn-sign?activeTab=code at node-crypto-signing-strategywith Web Cryptography API equivalent here
Beta Was this translation helpful? Give feedback.
All reactions