Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cqllum/private-note
Python Flask & SQLite based Localised Private note sharing application. Secure business data. Skip the third parties.
https://github.com/cqllum/private-note
flask information-security note-sharing password private-note python security sqlite3
Last synced: about 2 months ago
JSON representation
Python Flask & SQLite based Localised Private note sharing application. Secure business data. Skip the third parties.
- Host: GitHub
- URL: https://github.com/cqllum/private-note
- Owner: cqllum
- Created: 2024-02-03T23:12:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T12:57:51.000Z (7 months ago)
- Last Synced: 2024-06-15T15:22:55.675Z (7 months ago)
- Topics: flask, information-security, note-sharing, password, private-note, python, security, sqlite3
- Language: HTML
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📝 One time Private Note Sharing
Needing to Share a note with risk of compromise? Skip using a third party!
Why not host your own password sharing application to be completely sure that your secret notes are not seen by anyone other then who you intend to share to.
Some perfect use cases may be, transferring simple notes, secret passwords, or confidential business data. There really is no limit to what you can share.
Welcome to the One time Private Note Sharer! This app allows you to create and share private notes securely. Let's get started! 🚀
## 🌟 Features
- ✍️ **Create Private Notes**: Write notes that stay private and secure.
- 🔗 **Share Notes**: Easily share notes with a secure link.
- ⏳ **Note Expiry**: Notes delete upon clicking on the link to open it
- 🔒 **Secure Storage**: Your notes are stored securely on the hosting machine for privacy.## 👋 Gallery
## 🛠️ Installation
Follow these steps to set up the app:
1. **Clone the repository**:
```bash
git clone https://github.com/cqllum/private-note.git
cd private-note
```2. **Run the application**:
```bash
python app.py
```## 🚀 Usage
Once the app is running, open your browser and go to `http://localhost:5000`.
- **Creating a Note**:
1. Go to "Create Note".
2. Type your note content.
3. Click "Create Note" to get a secure link.- **Sharing a Note**:
- Copy the secure link and share it.- **Viewing a Note**:
- Open the secure link in a browser to read the note. Notes are deleted and cannot be accessed again once clicked.## PS: It's recommended you perform this via HTTPS (SSL) to be completely certain that your data is transmitted securely.
Happy Note Taking! 😊