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