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.
28 lines (27 loc) • 731 B
JSON
{
"name": "bcrypt-gen",
"version": "1.1.1",
"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": "bin/index.js",
"bin": {
"bcrypt-gen": "bcrypt-gen.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bcrypt",
"hash",
"cli",
"password"
],
"author": "Fabio Almeida",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabiorecife/bcrypt-gen.git"
}
}