File Encryption Tool
文件加密工具
A comprehensive file encryption tool application built with API integration. Features include data export. Perfect for developers looking to build modern web applications with professional-grade functionality.
一款集成API构建的全面文件加密工具应用,具备数据导出等功能。专为开发者打造,助您轻松构建功能专业的现代化网页应用。
Prompt
Create a client-side file encryption tool using HTML5, CSS3, and JavaScript with the Web Crypto API. Build a drag-and-drop interface for file selection with progress indicators. Implement AES-256-GCM encryption with secure key derivation from passwords (PBKDF2). Add support for encrypting multiple files simultaneously with batch processing. Include password strength enforcement with entropy calculation. Generate downloadable encrypted files with custom file extension. Create a decryption interface with password verification. Implement secure memory handling with automatic clearing of sensitive data. Add detailed logs of encryption operations without storing sensitive information. Include export/import of encryption keys with proper security warnings. Support for large files using streaming encryption and chunked processing.