ssh2 icon indicating copy to clipboard operation
ssh2 copied to clipboard

Feature request: Support crypto.subtle.generateKey

Open Downchuck opened this issue 3 years ago • 1 comments

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.

Downchuck avatar Sep 04 '22 22:09 Downchuck

I'm not entirely sure what part of ssh2 you envision this being used in?

mscdex avatar Sep 04 '22 22:09 mscdex