Secure Password Generator Tool
安全密码生成器工具
A comprehensive secure password generator tool application built with local data storage. Features include real-time updates, data export. Perfect for developers looking to build modern web applications with professional-grade functionality.
一款全面的安全密码生成器工具应用,采用本地数据存储构建。功能包括实时更新、数据导出。非常适合希望构建具有专业级功能的现代网络应用的开发者。
Prompt
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.