Join Nostr
2026-06-01 15:08:15 UTC

Axel Rauschmayer on Nostr: It’s a shame that neither macOS nor Windows have good built-in GUI support for ...

It’s a shame that neither macOS nor Windows have good built-in GUI support for encrypting ZIP archives.

(Not very safe) encryption via shell:
zip -re FILES.zip FILES/
MacOS supports decryption of such files (I don’t know about Windows).

Safer: AES-256 encryption
• MacOS app: https://www.keka.io/en/
• Windows app: https://www.7-zip.org/