shaneMangudi / bcrypt-nodejs

Native implementation of bcrypt for NodeJS
Other
574 stars 69 forks source link

New release for the global leak fix #13

Open tgriesser opened 11 years ago

tgriesser commented 11 years ago

Hey - since #8 was merged, I don't believe there has been a new npm release, so the latest (0.0.3) still has the global leak. Would you be able to cut a new release for that fix? Thanks.

jurbania commented 10 years ago

I was going to report a global leak; glad I saw this first! So, yeah, can we get a release?

focusaurus commented 10 years ago

Over a year now. Should we consider this repo abandoned and fork it?

focusaurus commented 10 years ago

For anyone interested it seems like bcryptjs is a good alternative module to this one. API compatible with the bcrypt module just pure JS instead of native add-ons.

fpirsch commented 10 years ago

Also note this fork: twin-bcrypt Really fast in the browser with background parallel asm.js webworkers.