2.0.2 • Published 3 years ago

client-pass-protect v2.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Client Password Protect

clientPassProtect(password, [options:{ rounds: default:20000 }])

npm i client-pass-protect
#OR
yarn add client-pass-protect
const clientPassProtect = require('client-pass-protect')

clientPassProtect('Password')
// 223877dea5825cdf8d51bef3be3ffc3ebc03cc9a473a83384553dd8efe1d860a

clientPassProtect('Password', {
    rounds: 500000
})
// 7211cd21c8e5e2ac4b73988b31afa66b9624d7aff7c3f088a1cd2f054c57b5ca