diff options
author | axtlos <axtlos@getcryst.al> | 2024-04-04 17:26:17 +0200 |
---|---|---|
committer | axtlos <axtlos@getcryst.al> | 2024-04-04 17:26:17 +0200 |
commit | 0ff98491b549e71274b3d7d96ed2b9dc250e55ab (patch) | |
tree | 0bf24d36692a4d856341121acd12babdd4078441 /README.md | |
download | genkeymash-0ff98491b549e71274b3d7d96ed2b9dc250e55ab.tar.gz genkeymash-0ff98491b549e71274b3d7d96ed2b9dc250e55ab.tar.bz2 |
Add program
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..6feefd1 --- /dev/null +++ b/README.md @@ -0,0 +1,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> +``` |