๐ Where are my notes stored?
Your notes stay entirely on your device. They are saved in your browser's localStorage.
No data is ever sent to a server, making this a "zero-knowledge" application.
๐ ๏ธ How is my data protected?
We use the Web Crypto API to encrypt your notes. Your password is used to derive a 256-bit AES key via PBKDF2 with 150,000 iterations. This means even if someone steals your computer's hard drive, they cannot read your notes without your password.
โ ๏ธ What if I forget my password?
There is no "Forgot Password" link. Because we don't store your password or your unencrypted notes, we cannot reset it for you. If you lose your password, the only option is to "Reset" the app, which wipes all data and lets you start over with a new password.
๐ How can I keep track of my password?
Since we cannot recover your password, we strongly recommend using a dedicated password manager. These tools store your credentials in a secure vault, so you only have to remember one "Master Password."
| Password Manager | Best For | Key Strengths |
|---|---|---|
| 1Password | Premium users, families | Secret Key security, polished UI |
| Bitwarden | Free users, open-source fans | Transparent, affordable, self-hostable |
| Dashlane | Premium features | Built-in VPN, strong monitoring |
| RoboForm | Budget users | Fast, top-tier form filling |
| NordPass | Simplicity + modern crypto | XChaCha20 encryption, clean UI |
| Keeper | Security-focused users | Enterprise-grade, secure file storage |
| KeePass | Maximum control | Offline, fully open-source |
*Note: Sticky Notes is not affiliated with any of the services listed above.
๐งน Will clearing my browser history delete my notes?
It depends. If you clear "Cookies and other site data," your notes will be deleted. If you value your notes, avoid clearing site data for this domain or use the browser's "Export" feature (coming soon) to keep backups.
๐ฑ Can I see my notes on my phone and laptop?
No. Since data is stored locally in the browser of the device you are currently using, notes do not sync across different devices or different browsers (e.g., Chrome notes won't show in Firefox).