https://github.com/mattmezza/rand_hash
This pacco allows to generate a randomic hash leveraging `/dev/urandom`.
https://github.com/mattmezza/rand_hash
Last synced: 4 months ago
JSON representation
This pacco allows to generate a randomic hash leveraging `/dev/urandom`.
- Host: GitHub
- URL: https://github.com/mattmezza/rand_hash
- Owner: mattmezza
- License: mit
- Created: 2024-02-11T11:16:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T17:38:08.000Z (over 2 years ago)
- Last Synced: 2025-10-22T12:51:29.679Z (8 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
rand_hash
===
This pacco allows to generate a randomic hash leveraging `/dev/urandom`.
## usage
`./rand_hash [opt. integer - min 1, max 32, def 8]`
#### example
```
$ rand_hash 16
f95d59864d77c20e
```