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.
Safe password and sensitive data sharing.
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.
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.
- Clone this repository
- Rename
config.dist.py
file toconfig.py
- Edit configuration file to meet your needs
- Run
make build
- Jump into the virtual environment
source .venv/bin/activate
- Run
python3 index.py