summaryrefslogtreecommitdiff
path: root/README.md
blob: 8cb8f7efac6dfe188b28dd3f8a078d6e9577801b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# genkeymash

automatically generate a kemash with the wanted length.

Building:
```
git clone https://codeberg.org/axtlos/genkeymash
cd genkeymash
cc keymash.c -o keymash
```

Usage:
```
./keymash <wanted length>
```