Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

heureka/passIon

 
 

Repository files navigation

⚠️⚠️⚠️ Deprecation notice ⚠️⚠️⚠️

Due to various security reports we got, better open-source tools available and limited time for future development, we chose to replace Passion with Privatebin. We strongly discourage running Passion in production in the state it's in.

PASSION

Safe password and sensitive data sharing.

How it works?

This is a safe password sharing application. Just paste a password or some sensitive data into the text field and you will get a "password withdrawal" URL. Share this URL through any usual channel.

Is it safe?

Yep, your data is being encrypted in clients browser so no sensitive information is sent via HTTP. Encrypted passwords are deleted from server after the first withdrawal. Even if the password is not withdrawn, it will expire automatically.

Install

  • Clone this repository
  • Rename config.dist.py file to config.py
  • Edit configuration file to meet your needs
  • Run make build

Run

  • Jump into the virtual environment source .venv/bin/activate
  • Run python3 index.py

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 31.5%
  • HTML 28.7%
  • Python 18.8%
  • CSS 15.6%
  • Dockerfile 3.9%
  • Makefile 1.5%