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

decrease windows dependency by changing from bcrypt to bcrypt-nodejs #121

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AdrianScott
Copy link

Hi,

bcrypt usage on Windows currently requires extensive installation of windows SDK, requiring gigabytes of downloads etc.

The newly-released bcrypt-nodejs offers an alternative without this requirement, while using essentially the same API.

In these commits, I propose a change bcrypt -> bcrypt-nodejs to support windows dev/deployment without ms visual studio / windows sdk dependency.

Thank you for considering this suggestion.

change bcrypt -> bcrypt-nodejs to support windows dev/deployment without ms visual studio / windows sdk dependency
change bcrypt -> bcrypt-nodejs to support windows dev/deployment without ms visual studio / windows sdk dependency
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 this pull request may close these issues.

1 participant