From b2df2a824a78f2beebdbc0c0d5b08bb0bd566c4b Mon Sep 17 00:00:00 2001 From: chupax Date: Tue, 20 Aug 2024 09:50:20 -0500 Subject: First commit Generates one random password. 5 digit number, random word w/ random case, and random characters --- Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..013d033 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +password: password.c + gcc -o output password.c -lsodium -- cgit v1.2.3