Tag
security
2 posts tagged security.
- 6 min read
What your clipboard manager actually sees: a threat model
A plain-language threat model for clipboard managers on Android and macOS. What the OS lets apps read, what a sync tool adds to that, and what the specific attacker classes worth worrying about actually look like.
- 6 min read
How ClipHop encrypts your clipboard: X25519, AES-256-GCM, and Ed25519
A complete walkthrough of ClipHop's cryptographic design — X25519 ECDH per reconnect for session keys, AES-256-GCM for authenticated encryption, Ed25519 long-term identity keys in the Keychain / Keystore, and fingerprint verification against MITM.