From 846f7d2c2500a3a1b8c61dd27905442a95519cea Mon Sep 17 00:00:00 2001 From: CaffeineFueled Date: Mon, 3 Mar 2025 21:04:38 +0100 Subject: [PATCH] initial commit --- README.md | 11 +++ index.html | 234 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 245 insertions(+) create mode 100644 README.md create mode 100644 index.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..52e12ea --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Generic JS Password Generator + +Really simple JS-only password generator with various options. Feedback is appreciated. + +**[Live Version](https://ittavern.com/password-generator/)** + +# TODO + +- [ ] Add License +- [ ] check random function (pseudo?) +- [ ] some UI changes diff --git a/index.html b/index.html new file mode 100644 index 0000000..d24134b --- /dev/null +++ b/index.html @@ -0,0 +1,234 @@ + + + + + Generic Password Generator + + + + +
+ +
Your Passwords
+ +
+ + +
+ +
+ + + + +
+ +
+ + +
+ + + +
+ +
+
Lowercase: abcdefghijklmnopqrstuvwxyz
+
Uppercase: ABCDEFGHIJKLMNOPQRSTUVWXYZ
+
Numbers: 0123456789
+
Special Characters: !@#$%^&*()_+~`|}{[]:;?><,./-=\
+
+
+
+ + +