Try this bot here: @pcypher_bot
This bot will help you encrypt your passwords to store them in Telegram (or wherever you want)
Also you can encrypt and decrypt your txt files.
However, don't put large txt files, please.
This repository is created to show that bot does not store your passwords locally, and also you can make your commits to improve it.
New instruction:
https://telegra.ph/How-to-Use-Passcypher-Instruction-EN-06-02
One more link is the instruction for Google Authenticator!
https://telegra.ph/Passcypher-Google-Authenticator-06-02
You can create your bot with just one command! Docker included!
- Added support i18n for translations
- Made the use of standard filters of aiogram
- Updated to aiogram 2.0
- Stated modified
- Handlers separated
- Statistics command
- Use polling instead of Webhook
- Added Ukrainian language
- Bot now deletes user messages with passwords!
Google authenticator feature has been added, so you won't need to enter your master password every time, but instead, you'll be able to use Google authenticator app to unlock your passwords.
Download it here:
App store link https://itunes.apple.com/gb/app/google-authenticator/id388497605?mt=8
Android link https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en_GB
- Clone the repository
- Amend env file and rename to .env
- Amend the config.py:
- Change the Webhook state to True
- Set up nginx redirection (and open port for the app)
- Run sudo bash installation.sh
- Clone the repository
- Amend env file and rename to .env
- Run sudo bash installation.sh
After the bot successfully started press Ctrl+Z
to exit docker console
Whenever you want to enter it, go to the directory and enter docker-compose up
To stop the docker, enter docker-compose down
or press Ctrl+C
if you're inside.