shaneMangudi / bcrypt-nodejs

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

default seed_length #20

Open bahtou opened 11 years ago

bahtou commented 11 years ago

noobie question:

it is said that the seed_length. (default - 20)

Is seed_length the same as BCRYPT_SALT_LEN?

At the top of the file there is this: var BCRYPT_SALT_LEN = 16;