Skip to content

Python Flask & SQLite based Localised Private note sharing application. Secure business data. Skip the third parties.

Notifications You must be signed in to change notification settings

cqllum/private-note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

📝 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:

    git clone https://github.com/cqllum/private-note.git
    cd private-note
  2. Run the application:

    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! 😊

About

Python Flask & SQLite based Localised Private note sharing application. Secure business data. Skip the third parties.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published