An open API service indexing awesome lists of open source software.

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

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)