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

OpenSSL from NodeJS for Windows #154

Open
microshine opened this issue Dec 27, 2016 · 5 comments
Open

OpenSSL from NodeJS for Windows #154

microshine opened this issue Dec 27, 2016 · 5 comments

Comments

@microshine
Copy link

Now you can use static OpenSSL from NodeJS for Windows

Here is my project based on OpenSLL

@JoeyAcc
Copy link

JoeyAcc commented Mar 23, 2017

Why is the project nonexistent?

@microshine
Copy link
Author

@JoeyAcc
Copy link

JoeyAcc commented Mar 23, 2017

Thanks for adding the new link. I'm running into a windows OpenSSL issue myself and I was hoping I could use this.
Unfortunately that is not the case.

@microshine
Copy link
Author

I use OpenSSL from NodeJS and it makes easy to install application from npm. User doesn't need to install/build OpenSSL in this case

Hope it'll be helpful for you

@coolaj86
Copy link
Contributor

coolaj86 commented Nov 24, 2018

For future people visiting this comment:

Node now has native RSA key generation (as well as signing, encryption, etc) as of v10.12.

I made a featherweight (NO DEPENDENCY, NO COMPILE) vanillajs library to make it a touch easier to utilize that and, more importantly, go between SSH, PEM, and JWK formats (makes for easier WebCrypto compat) without any of the heavy libs.

Check it out if that suits your needs: https://git.coolaj86.com/coolaj86/rasha.js

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

No branches or pull requests

3 participants