Skip to content

Assassin286/Simple-Selfdestruction-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Simple-Selfdestruction-Notes



View Demo . Report Bug . Request Feature

Downloads Contributors Issues License

About The Project

This is a Python script that implements a web application using the Flask framework. The web application allows a user to create, access and delete encrypted messages. Recaptcha is optional but build in with config file.

Built With

This code is built using the Flask micro-framework for Python. Flask is a lightweight web development framework that makes it easy to build web applications quickly. The code uses Flask to define routes for handling HTTP requests and to render HTML templates using the Jinja2 template engine. It also uses cryptography for encrypting and decrypting messages, and sqlite3 for storing messages in a database.

Prerequisites

*Python 3.x

*Flask (a Python micro framework for web development)

*cryptography (a Python library for secure encryption and decryption)

*sqlite3 (a Python library for working with SQLite databases)

*configparser (a Python library for fetching config files)

Usage

Simply execute the script.py

Recaptcha is disabled by default, to activate it change the content of config.ini

About

This script opens a website similar to Privnote. You can create a private message that is encrypted and stored in an SQLite database. After opening the link, the entry is completely deleted from the database so that it can never be read again.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages