dcodeIO / bcrypt.js

Optimized bcrypt in plain JavaScript with zero dependencies.
Other
3.47k stars 264 forks source link

Add support for selecting minor version to match bcrypt API #107

Closed WebMatrixware closed 3 years ago

WebMatrixware commented 4 years ago

This pull adds support for a minor version option, cleans up the API of genSaltSync (remove seed_length that was not implemented) to match the bcrypt API, and adds tests for the changed / updated functionality.