Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Support crypto.subtle.generateKey #1210

Open
Downchuck opened this issue Sep 4, 2022 · 1 comment
Open

Feature request: Support crypto.subtle.generateKey #1210

Downchuck opened this issue Sep 4, 2022 · 1 comment

Comments

@Downchuck
Copy link

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 Downchuck changed the title Support crypto.subtle.generateKey Feature request: Support crypto.subtle.generateKey Sep 4, 2022
@mscdex
Copy link
Owner

mscdex commented Sep 4, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants