Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.05 KB

Darkpaste

Darkpaste is a simple Pastebin alternative made for private use by me and my friends. It is not intended to be deployed for anything but small scale use.

Darkpaste is made using Flask & AnaDB for login/paste storage. Login information is stored locally & is md5 hashed and salted, this is not very secure but it's better than nothing. The salt can be found & modified in Config.py

Features

  • Basic registration system
  • Post public, unlisted, or private pastes.
  • Edit or delete pastes at any time
  • Hashed & salted password storage
  • Basic profile pages
  • Very simple setup

The registration page can be enabled or disabled in Config.py
Make accounts with User Creation.py if registration is disabled.

Requirements

  • Flask

Examples