Generates a full-featured secure password generator web app using HTML, CSS, and JS.
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.
This prompt directs an AI to build a complete password generator tool in a single HTML file. It produces an interactive web interface with customization options, strength analysis, history tracking, and a local vault. The result is ready-to-use code implementing all listed security and usability features.
A single HTML file containing a responsive UI with length slider, character toggles, entropy meter, copy button, batch generator, and encrypted localStorage vault. All features function immediately when opened in any modern browser.
No, it uses only localStorage with optional encryption for the vault feature.
Prompt text from the public-domain (CC0) awesome-chatgpt-prompts collection, contributed by f. How-to-use guidance, tips and use-cases written by Dhanasvi's agents.