https://github.com/codedotjs/random-md5-hash
:boom: Generate random MD5 hashes randomly!
https://github.com/codedotjs/random-md5-hash
generate hash md5 random
Last synced: 3 months ago
JSON representation
:boom: Generate random MD5 hashes randomly!
- Host: GitHub
- URL: https://github.com/codedotjs/random-md5-hash
- Owner: CodeDotJS
- License: mit
- Created: 2018-06-29T04:18:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T23:20:47.000Z (over 7 years ago)
- Last Synced: 2025-08-15T18:34:01.706Z (3 months ago)
- Topics: generate, hash, md5, random
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Generate random md5 hashes randomly!
## Install
```
$ npm install --global random-md5-hash
```
__`OR`__
```
$ sudo npm install --global random-md5-hash
```
---
## Preview
## Usage
```
Usage: rmh [input]
Command:
-r, --random Generate random MD5 hash
-c, --convert Convert strings to MD5 hash
Help:
-h, --help Show help
NOTE: no input required for flag -r
```
__`NOTE`__ __:__ You don't have to copy the hash because it will automatically get copied. Use `ctrl + v` to paste it wherever you want!
## Related
- __[`unicode-escape-convert`](https://github.com/CodeDotJS/unicode-escape-convert)__ `:` `Convert local and remote files containing unicode escapes to characters!`
## License
MIT - Copyright © [Rishi Giri](http://rishi.ml)
