SafeWords lets you encrypt any text with a password and get a base64 string you can share anywhere. Only those with the password can decrypt it — 100% private, zero tracking.
No reviews yetBe the first to leave a review for SafeWords
Viktor.comAn AI coworker that actually does the work
Promoted
Maker
📌
Hey Hunters ! 👋
I'm the maker of SafeWords — a lightweight tool that lets you encrypt and decrypt any text using just a password.
💡 Why I built it:
I often needed a quick way to share secrets — like API keys, login details, or even personal notes — without signing up for anything or trusting a random site to store my data.
So I built SafeWords: a 100% client-side encryption tool. You paste your message, enter a password, and get an encrypted base64 string. Anyone with the password can decrypt it.
No accounts, no servers, no logs. Just privacy — on your terms.
🛠️ Use cases:
- Send encrypted messages over chat, email, or even post them publicly
- Share config files or dev secrets securely
- Protect journal entries or notes
- One-time secrets between teammates or friends
🔒 Under the hood:
- AES-GCM + PBKDF2 for strong encryption
- Everything runs in-browser — nothing is ever uploaded
- Mobile-friendly and instant
I’d love to hear what you think, what features you’d want next (maybe file encryption?), and if you’d actually use it in your workflow. Feedback, suggestions, or even critiques are super welcome!
Thanks for checking out SafeWords -Charmindc