From 3f1cbdc9a7fdcf9a00b450dc3cb468e2609966aa Mon Sep 17 00:00:00 2001 From: max Date: Tue, 2 Aug 2022 17:52:24 -0500 Subject: [PATCH] Added README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d72aa41 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# GoPass +An easy to use command-line password generator that creates secure passwords + +# Usage: +./gopass [number of characters]
+
+eg: +./gopass 32
+output: E$bGOiiPASS*,ISl{!MJ&<\[COOL0eVw \ No newline at end of file