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

node: port publicEncrypt from crypto-browserify #1962

Closed
kt3k opened this issue Feb 25, 2022 · 3 comments · Fixed by #1982
Closed

node: port publicEncrypt from crypto-browserify #1962

kt3k opened this issue Feb 25, 2022 · 3 comments · Fixed by #1982
Assignees

Comments

@kt3k
Copy link
Member

kt3k commented Feb 25, 2022

We need to have crypto.publicEncrypt method to support mysql2 module.

I think the quickest way to do this is to port public-encrypt module from crytp-browserify organization to std/node.

@kt3k
Copy link
Member Author

kt3k commented Feb 25, 2022

@bartlomieju Do you think it's ok to include all of the above in std/node?

@bartlomieju
Copy link
Member

Seems like some of these modules are already available in deno_std. If this is a blocker to support mysql driver then I think we should just include them in the standard lib.

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

Successfully merging a pull request may close this issue.

2 participants