diff --git a/password-generator/index.html b/password-generator/index.html new file mode 100644 index 0000000..a8fbab5 --- /dev/null +++ b/password-generator/index.html @@ -0,0 +1,592 @@ + + + + + + + Password Generator + + + + +
+
Productive · Security
+

Password Generator

+

Create strong, random passwords right in your workspace. Nothing leaves your device — every password is generated locally.

+
+ +
+
+ click generate +
+ + +
+
+ +
+ +
+ Strength: + +
+
+ +
+
+
+ + 16 +
+ +
+ +
+ + + + + +
+ + + + +
+
+ +
Copied to clipboard
+ + + + + diff --git a/screenshots/password-generator.webp b/screenshots/password-generator.webp new file mode 100644 index 0000000..8c359d9 Binary files /dev/null and b/screenshots/password-generator.webp differ diff --git a/tools.json b/tools.json index b0e7462..9484590 100644 --- a/tools.json +++ b/tools.json @@ -1,5 +1,5 @@ { - "catalogVersion": 18, + "catalogVersion": 19, "tools": [ { "dir": "color-capture", @@ -192,6 +192,14 @@ "glyph": "🌍", "color": "#4d63ff", "version": 1 + }, + { + "dir": "password-generator", + "name": "Password Generator", + "description": "Create strong, random passwords locally — pick the length and character types, and see the strength as you go.", + "glyph": "🔑", + "color": "#4d63ff", + "version": 1 } ] }