How NoteHash Works
Simple, secure, and completely anonymous note sharing
Length Modes
Normal Mode (No Storage)
Your note is compressed and placed directly in the URL fragment (the part after #). We never see or store your content - it exists only in the link itself.
- You type your note (up to 1,000 characters)
- We compress it using gzip for efficiency
- The compressed data is encoded into the URL
- Share the link - the recipient's browser decodes it
Short Link Mode (Expires)Coming Soon
Keeps your URL short by storing a small encrypted blob server-side with automatic expiration. The link contains only a short key.
- 1 hour - Perfect for quick shares
- 24 hours - Daily communications
- 7 days (Pro) - Weekly updates
- 30 days (Pro) - Monthly reports
- Pin forever (Pro) - Permanent storage
Security Modes
Normal Security
No password required. Anyone with the link can read the note. Perfect for non-sensitive information.
Password Protection
End-to-end encryption using AES-GCM with PBKDF2 key derivation. Your password never leaves your browser.
- AES-256-GCM encryption
- PBKDF2 with 120,000 iterations
- Random salt and IV for each note
- Authentication tag prevents tampering
Privacy & Security
Zero-Knowledge Architecture
No Analytics on Fragments
URL fragments (#) are never sent to servers, ensuring complete privacy
Client-Side Encryption
All encryption happens in your browser before any data leaves your device
No Recovery Backdoors
We cannot decrypt your notes, even if legally compelled