https://github.com/nicknaso/bcrypt-napi
Bcrypt porting to N-API
https://github.com/nicknaso/bcrypt-napi
addons bcrypt cpp native nodejs nodejs-addon nodejs-modules
Last synced: 10 months ago
JSON representation
Bcrypt porting to N-API
- Host: GitHub
- URL: https://github.com/nicknaso/bcrypt-napi
- Owner: NickNaso
- License: mit
- Created: 2017-12-24T19:53:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-24T20:56:39.000Z (about 8 years ago)
- Last Synced: 2025-03-01T10:37:13.886Z (11 months ago)
- Topics: addons, bcrypt, cpp, native, nodejs, nodejs-addon, nodejs-modules
- Language: C++
- Size: 37.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bcrypt for Node.js
This is a porting of bcrypt module using N-API.
Please don't use this respository to install the module. I created it only to
execute some performance tests and for my article about the proces I followed
on doing this porting.
### Refer to the official repo of **[bcrypt](https://github.com/kelektiv/node.bcrypt.js)**
If you want contribute to the official porting of bcrypt you can do it making
contributions **[here](https://github.com/kelektiv/node.bcrypt.js/tree/napi)**
## The Team
### Nicola Del Gobbo
## Acknowledgements
Thank you to all people that encourage me every day.
## License
Licensed under [MIT](./LICENSE)