ssh2
ssh2 copied to clipboard
Feature request: Support crypto.subtle.generateKey
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.
I'm not entirely sure what part of ssh2 you envision this being used in?