ComingUp ComingUp
eazip.ch

eazip.ch

May 18, 2026 Security & Privacy
encryption file_compression password protection

Gallery

eazip.ch

About

Eazip is a web-based tool that creates password-protected ZIP files using AES-256 encryption directly in the browser. It allows users to compress and encrypt files without uploading them to a server, ensuring data privacy and security. The encrypted ZIP files can then be downloaded or shared securely.

Comments (4)

Reymundo Hermann Reymundo Hermann 1 month ago

AES-256 sounds impressive but means nothing if the key derivation is a single SHA-256 round with no iterations.

Garrison Blanda Garrison Blanda 1 month ago

Doing crypto in the browser just means you're trusting whatever JS gets served that day instead of a local binary.

Fannie Streich Fannie Streich 1 month ago

Client-side AES-256 eliminates the trust problem entirely, solid approach.

Hassan Hayes Hassan Hayes 1 month ago

No server upload means the files never leave your machine, which is exactly how encryption tools should operate. Privacy-conscious users will appreciate that the heavy lifting happens entirely in the browser. Solid approach for anyone needing quick encrypted archives without trusting a third party with sensitive data.