From d83fdb2313a4bd8187c54944d0a789e06daaef3d Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 19:28:46 +0000 Subject: [PATCH] Automated ingestion of prompt: File Encryption Tool --- prompts/general/file_encryption_tool_520.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 prompts/general/file_encryption_tool_520.md diff --git a/prompts/general/file_encryption_tool_520.md b/prompts/general/file_encryption_tool_520.md new file mode 100644 index 0000000..5266fc3 --- /dev/null +++ b/prompts/general/file_encryption_tool_520.md @@ -0,0 +1,7 @@ +--- +title: "File Encryption Tool" +contributor: "@f" +tags: #general, #f +--- + +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.