Skip to content

Pastebin alternative made for use by me & friends. Made with Python using Flask

License

Notifications You must be signed in to change notification settings

10xJSChad/Darkpaste

Repository files navigation

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

About

Pastebin alternative made for use by me & friends. Made with Python using Flask

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published