> />
Remove password protection from ZIP files online. Enter password to decrypt and download an unprotected ZIP locally. 100% private.
Upload the encrypted password-protected ZIP archive.
Enter the correct password for the ZIP file.
Click 'Remove Password' to generate and download a clean, unencrypted ZIP file.
Your data is processed entirely inside your browser using client-side JavaScript. Nothing ever travels over a network to any server — making BunchTool the most private option available.
Because everything runs locally in your browser, there are no upload queues or server wait times. Results appear in seconds regardless of your internet speed — or even without any connection at all.
Decouple encryption from your files permanently. Remove password protection safely on your local machine so you can share unencrypted versions.
Decryption & Password Removal Mechanics: Removing password protection from a zip archive requires supplying the correct master password to decrypt payload streams (AES-256 or ZipCrypto), followed by re-encoding file streams into an unencrypted standard PKZIP container.
Stream Re-Encoding & Bit Flag Resetting: Once decrypted in memory, General Purpose Bit Flags in Local File Headers are reset (clearing bit 0 0x0000). This allows unlocked archives to open directly on any device without requiring password prompts.
100% Client-Side Decryption Privacy: Decryption passkeys, raw file streams, and unlocked archive outputs are processed entirely in browser WebAssembly RAM. No passwords or decrypted documents are ever uploaded to remote servers.