Fur transforms scattered AI conversations into secure, searchable electronic diaries you control. Local. Encrypted. Yours forever.

Encrypt entire diary with password-protected AES-256-GCM encryption
Decrypt and restore conversations locally
Diceware password generation with 77+ bits entropy
Search across conversations and attachments
Create a new conversation thread
Add short-form messages or notes
View chronological conversation history
Organize conversations with flexible tagging
Fur uses AESus (AES + us) — a memory-hard encryption library built in Rust, combining Argon2id key derivation with AES-256-GCM authenticated encryption.
Same plaintext produces different ciphertext each time. Random nonces and salts prevent pattern detection.
AES-256-GCM provides confidentiality and integrity.
Metadata, IDs, ordering, content, attachments — all encrypted together.
Encrypted conversations can be safely stored in public Git repos.


A companion project demonstrating encryption in action. The Fur Safe is a public Git repository with password-protected conversations stored as encrypted artifacts.
Key insight: Conversations remain completely private even when their encrypted artifacts live in a public repository. Perfect for version control, backup, and reproducible demonstrations.
The Fur Safe demonstrates how encrypted conversations behave under Git version control without exposing any plaintext.
VIEW REPOSITORYSource code, issues, and community contributions. Built with Rust for performance and reliability.
VISIT GITHUBComplete guide to mastering Fur. Advanced encryption, backup strategies, and enterprise workflows.
COMING SOON