Skip to content
Technology5 min read

Best Notes App for Cryptographers on iPhone

How cryptographers use Nemos to capture protocol design notes, security proof observations, and conference insights — keeping complex cryptography research organized and searchable on iPhone.

·By Taha Baalla

Cryptography research requires precise reasoning about security models, adversary capabilities, and reduction proofs. Notes capture the chain of reasoning that connects a construction to its security claim — and the open questions that define the next problem.

What Cryptographers Capture in Nemos

Protocol and construction notes: - Design decision rationale: why this primitive over alternatives - Security model notes: what adversary is assumed, what is being protected - Open questions in the security argument - Known limitations and their scope

Proof and security analysis: - Reduction sketch notes before formal write-up - Attack simulation observations - Tightness of reduction notes - Assumptions being made and their standard-ness

Implementation review: - Timing side-channel observations - Constant-time implementation notes - Randomness quality observations - Library-specific implementation gotchas

Research and community: - Conference paper synthesis: Eurocrypt, Crypto, CCS takeaways - Connections between new results and your open problems - Collaboration discussion notes and design decisions

The Construction Design Note

A useful design reasoning note:

``` [Construction: [Protocol] round 2 — key derivation function choice] Date: 2026-03-19 | Context: Post-quantum hybrid design Decision: HKDF over direct KEM output Rationale: KEM output may have structure that weakens direct use; HKDF provides domain separation Assumption: HKDF is a secure PRF (standard assumption) Security model: IND-CCA2 KEM + computationally binding commitment Open: Formal reduction to standard assumption — needed before publication ```

The Value of Proof Sketch Notes

Full formal proofs take time. Sketch notes capture the intuition before it fades:

  • What is the adversary doing in the reduction?
  • Where does the simulation break down in the hybrid argument?
  • What probability events are we bounding?

These sketches make the formal write-up faster and catch errors before they're entrenched.

FAQ

Is Nemos appropriate for cryptographic key material? Absolutely not — never store actual cryptographic key material in any notes application. Nemos is for research reasoning notes only.

What about implementation notes? Protocol design notes and library configuration notes (reference, not credentials) are appropriate.

Can I use Nemos for zero-knowledge proof notes? Yes — circuit design decisions, prover/verifier interaction notes, and proof system selection rationale are appropriate.

What about post-quantum cryptography research? Lattice problem reduction notes, parameter selection rationale, and security level analysis notes work well.

Is Nemos good for cryptographic engineering work? Yes — implementation trade-off notes, library selection rationale, and protocol review observations are appropriate.

What about notes from academic cryptography courses? Study notes, proof technique observations, and open problem ideas are excellent professional development content.

Related Reading

Sources

  • IACR (International Association for Cryptologic Research) — research standards
  • Crypto/Eurocrypt/Asiacrypt proceedings — research community
  • Applied Cryptography and Network Security — academic resources
TB
·Founder, Némos

Taha built Némos after years of losing screenshots and voice memos across a dozen apps. He writes about on-device AI, personal knowledge management, and building privacy-first tools for iPhone.

@nemosapp
Join 2,400+ on the waitlist

Stop losing things you save.

Némos remembers every screenshot, voice memo, link, and note — and surfaces them when you need them. Free, private, on-device AI.

No credit card · iOS launch Q3 2026 · We'll email you when it's live

More from the blog