rhsh
v1.0.0
Published
random hash generator in cli
Downloads
95
Maintainers
Readme
rhsh
rhsh is a CLI tool that generates a random hash.
Quick Start
Get rhsh up and running quickly!
Run without arguments (generates a 12-character random hash):
npx rhsh
Run with a custom length (e.g., 16 characters):
npx rhsh 16
Done!
Example Output
Without arguments:
Random hash (12 characters): a1b2c3d4e5f6
With custom length:
Random hash (16 characters): a1b2c3d4e5f6g7h8
Usage
- Running
npx rhsh
without any arguments will generate a random 12-character hash. - You can specify the desired length by adding a number after the command, e.g.,
npx rhsh 10
for a 10-character random hash.
Contributing
We welcome contributions to rhsh! Whether it's reporting a bug, suggesting an enhancement, or submitting a pull request, your input is valued.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contact
For any questions, suggestions, or feedback, please contact love1ace.