You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The node.js crypto (aka webcrypto) subtle generateKey method wraps keys in a standard API now.
One can just do if(key instanceof CryptoKey) and get the appropriate algorithm, settings and run an exportKey (or importKey) as desired for easier key generation.
The text was updated successfully, but these errors were encountered:
Downchuck
changed the title
Support crypto.subtle.generateKey
Feature request: Support crypto.subtle.generateKey
Sep 4, 2022
The node.js crypto (aka webcrypto) subtle generateKey method wraps keys in a standard API now.
One can just do if(key instanceof CryptoKey) and get the appropriate algorithm, settings and run an exportKey (or importKey) as desired for easier key generation.
The text was updated successfully, but these errors were encountered: