summaryrefslogtreecommitdiff
path: root/README.md
blob: 6feefd199f3d6b694ad2cd06e34032afbfce4c3b (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
gcc keymash.c -o keymash
```

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