package bcrypt
bcrypt package object
- Alphabetic
- By Inheritance
- bcrypt
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
Value Members
-
object
Bcrypt
extends Object with Bcrypt
Native JS implementation of BCrypt for Node.
Native JS implementation of BCrypt for Node. Has the same functionality as node.bcrypt.js expect for a few tiny differences. Mainly, it doesn't let you set the seed length for creating the random byte array.
I created this version due to a small problem I faced with node.bcrypt.js. Basically, to deploy one of my apps which uses node.bcrypt.js on a winx64 platform, I have to force the user to download about 1.6gb of sdks, buildtools and other requirements of which some fail to install ! Microsoft :(
This code is based on javascript-bcrypt and uses [crypto] (http://nodejs.org/api/crypto.html) to create random byte arrays.
- Annotations
- @native() @JSImport( "bcrypt" , JSImport.Namespace )
- Version
1.0.2
- See also
https://www.npmjs.com/package/bcrypt-nodejs