macOS 14+

Drop a file.
Type a password.
It's encrypted.

No account, no cloud storage, no subscription, no bundled "vault" you have to trust. One window, two gestures, and three real ciphers doing the work underneath.

Cyh Cipher window: drop a file, encrypt it with AES-256-GCM
AES-256-GCM, ChaCha20-Poly1305 and ISAAC+ cascade diagram
Under the hood

Three independent ciphers. Not for show.

Ultra mode runs AES-256-GCM, then ChaCha20-Poly1305, then an ISAAC⁺ keystream. Each is keyed independently via HKDF-SHA256, so breaking one buys an attacker nothing. The outer layers can only raise the ceiling; they never lower it below AES.

  • AES-256-GCM via Apple CryptoKit, hardware-accelerated.
  • ChaCha20-Poly1305 in Ultra mode, a completely different cipher family.
  • ISAAC⁺ outer keystream layer, keyed independently.
  • Quantum-resistant by construction: 256-bit symmetric keys only, no RSA or ECC anywhere for Shor's algorithm to attack.
Password sheet with Argon2id strength meter
Passwords, done right

Every guess costs real memory.

Argon2id runs at RFC 9106 parameters: 64 MiB, 3 iterations, 4 lanes. That turns a GPU cracking farm into an expensive way to guess slowly. Get the password wrong and Cyh Cipher tells you immediately, before it ever asks where to save.

  • Argon2id, the memory-hard, side-channel-resistant hybrid mode.
  • Cost parameters written per-file, so future versions can raise them.
  • The authentication tag is verified before any save panel appears.
Streaming encryption across CPU cores
Built for real files

40 GB in. Megabytes of RAM.

Files stream through the cipher in 1 MiB chunks across every core your Mac has. Output goes to a temporary file and is only renamed into place after a clean write, so a crash or a force-quit never leaves a broken file behind.

  • Memory use is bounded, independent of file size.
  • Parallel across all cores, because chunks are independent by construction.
  • Crash-safe: write, fsync, rename.
🔐
If you forget your password, the file is gone. That's what strong encryption means.

There is no recovery key, no backdoor, no support line that can help. The sandbox grants Cyh Cipher exactly one entitlement: read/write access to the file you choose. Nothing else. No network access, no account, no analytics.

No network access No account No telemetry One sandbox entitlement

Coming to the Mac App Store.

One fair price, no subscription, updates included. Read the Terms · Privacy

In App Store review