summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoraxtlos <axtlos@getcryst.al>2024-04-04 17:26:17 +0200
committeraxtlos <axtlos@getcryst.al>2024-04-04 17:26:17 +0200
commit0ff98491b549e71274b3d7d96ed2b9dc250e55ab (patch)
tree0bf24d36692a4d856341121acd12babdd4078441 /README.md
downloadgenkeymash-0ff98491b549e71274b3d7d96ed2b9dc250e55ab.tar.gz
genkeymash-0ff98491b549e71274b3d7d96ed2b9dc250e55ab.tar.bz2
Add program
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
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>
+```