An open API service indexing awesome lists of open source software.

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`.

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
```