Skip to content

A minimal web app that lets users write notes in Markdown and encrypt them locally in the browser using a password. Notes can be saved as .md.enc files and decrypted later.

License

Notifications You must be signed in to change notification settings

IamAdedo/InvisiNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 InvisiNote

Write secure, markdown-based notes. Encrypt them with a password. Save. Share. Stay private.

InvisiNote is a minimalist markdown note editor that lets you encrypt your notes with a password before saving. Great for journaling, secret ideas, or private logs — only you can decrypt them.


🚀 Features

  • 🧠 Markdown support (live preview)
  • 🔐 AES encryption with custom password
  • 💾 Save encrypted notes as .md.enc files
  • 🔓 Load and decrypt notes with your password
  • 🌙 Responsive, clean Tailwind UI

🛠️ Tech Stack


📦 Installation

git clone https://github.com/IamAdedo/invisinote.git
cd invisinote
npm install
npm run dev

Then open http://localhost:5173 in your browser.


🔐 Encryption

This app uses AES encryption via crypto-js. Make sure to:

Remember your password — there's no recovery.

Double-check before sharing sensitive data.


📸 Screenshots

Coming soon! (Add screenshots of editor, preview, encrypt button, file download popup, etc.)


📄 License

This project is licensed under the MIT License.


🙋‍♂️ Author

Built with ❤️ by IamAdedo, dLazyHNTR

GitHubX/Twitter


📬 Contributions

Open to contributions! Feel free to:

Fork the repo

Create an issue

Suggest features or bug fixes

Submit pull requests

Let’s make privacy cool again 💪


About

A minimal web app that lets users write notes in Markdown and encrypt them locally in the browser using a password. Notes can be saved as .md.enc files and decrypted later.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published