Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muath-ye/bcrypt-cli
A Node.js command-line interface (CLI) application that generates a bcrypt hash of a user-provided password.
https://github.com/muath-ye/bcrypt-cli
Last synced: 6 days ago
JSON representation
A Node.js command-line interface (CLI) application that generates a bcrypt hash of a user-provided password.
- Host: GitHub
- URL: https://github.com/muath-ye/bcrypt-cli
- Owner: muath-ye
- Created: 2023-07-22T11:47:08.000Z (over 1 year ago)
- Default Branch: father
- Last Pushed: 2023-07-22T12:28:23.000Z (over 1 year ago)
- Last Synced: 2024-09-17T18:34:23.876Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bcrypt-cli
A Node.js command-line interface (CLI) application that generates a bcrypt hash of a user-provided password.## Installation
To use this CLI, you should have Node.js and NPM installed on your system.To install the CLI, run the following command:
```sh
npm install -g @muath-ye/bcrypt-cli
```This will install the bcrypt command globally on your system.
## Usage
To generate a bcrypt hash for a password, run the following command:```sh
bcrypt
```The command will output the bcrypt hash of the password.
For example:
```sh
bcrypt mysecretpassword
$2b$10$AJfZp7pUjJqHk.7Vj6lJ4O5nEhZrM6zZhXfTMA2xXtDmG7t5iS4Qq
```# Contributing
If you find any bugs or issues, please feel free to open an issue on the GitHub repository [↗](https://github.com/muath-ye/bcrypt-cli).
To contribute to the project, you can fork the repository and create a pull request with your changes.
## License
This project is licensed under the MIT License.