bcrypt-gen
Version:
bcrypt-gen is a command-line tool designed to generate bcrypt hashes conveniently and securely. It provides an easy-to-use interface for hashing passwords directly from the terminal, ensuring enhanced security for your applications.
30 lines (29 loc) • 775 B
JSON
{
"name": "bcrypt-gen",
"version": "1.3.0",
"description": "bcrypt-gen is a command-line tool designed to generate bcrypt hashes conveniently and securely. It provides an easy-to-use interface for hashing passwords directly from the terminal, ensuring enhanced security for your applications.",
"main": "bcrypt-gen.js",
"bin": {
"bcrypt-gen": "bcrypt-gen.js"
},
"scripts": {
"bcrypt-gen": "node bcrypt-gen.js",
"test": "node test/bcrypt.test.js"
},
"keywords": [
"bcrypt",
"hash",
"cli",
"password"
],
"author": "Fabio Almeida",
"license": "ISC",
"dependencies": {
"bcrypt": "5.1.1",
"yargs": "17.7.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabiorecife/bcrypt-gen.git"
}
}