A secure, multi-user online notepad with individual note encryption capabilities.
π Live Demo
Setting up password protection for individual notes
Main notepad interface with note list and editor
β¨ Multi-User Support - Multiple users can create and manage their own notes
π Individual Note Encryption - Each note can be encrypted with its own unique password
π Web-Based Interface - Access your notes from anywhere with an internet connection
π Privacy First - Notes are encrypted client-side before being stored
Just clone the repo in your php hosting.
- Click "New Note" to create a new note
- Start typing to automatically save your content
- Use the toolbar for basic formatting options
- Click the lock icon on any note
- Set a unique password for that specific note
- The note will be encrypted and require the password to view
- Each user can register their own account
- Notes are private to each user account
- Encrypted notes add an additional layer of security
- Client-Side Encryption: Notes are encrypted in your browser before being sent to the server
- Individual Passwords: Each encrypted note can have its own unique password
- Zero-Knowledge: The server cannot decrypt your encrypted notes
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or have questions, please open an issue on GitHub.
Made with β€οΈ for secure note-taking and self hosting