From a0de2c5c51ad35712438508396c2c9b884d99543 Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:29:20 +0000 Subject: [PATCH] Automated ingestion of prompt: Secure Password Generator Tool --- prompts/general/secure_password_generator_tool_543.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 prompts/general/secure_password_generator_tool_543.md diff --git a/prompts/general/secure_password_generator_tool_543.md b/prompts/general/secure_password_generator_tool_543.md new file mode 100644 index 0000000..a19db70 --- /dev/null +++ b/prompts/general/secure_password_generator_tool_543.md @@ -0,0 +1,7 @@ +--- +title: "Secure Password Generator Tool" +contributor: "@f" +tags: #general, #f +--- + +Create a comprehensive secure password generator using HTML5, CSS3 and JavaScript with cryptographically strong randomness. Build an intuitive interface with real-time password preview. Allow customization of password length with presets for different security levels. Include toggles for character types (uppercase, lowercase, numbers, symbols) with visual indicators. Implement an advanced strength meter showing entropy bits and estimated crack time. Add a one-click copy button with confirmation and automatic clipboard clearing. Create a password vault feature with encrypted localStorage storage. Generate multiple passwords simultaneously with batch options. Maintain a password history with generation timestamps. Calculate and display entropy using standard formulas. Offer memorable password generation options (phrase-based, pattern-based). Include export functionality with encryption options for password lists.