commit 846f7d2c2500a3a1b8c61dd27905442a95519cea Author: CaffeineFueled Date: Mon Mar 3 21:04:38 2025 +0100 initial commit 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: !@#$%^&*()_+~`|}{[]:;?><,./-=\
+
+
+
+ + +