Self-hosted password manager for Telegram fully written in Rust 🚀🚀🚀!
This implementation accepts only one user. The idea is that all this data is very sensitive and should be hosted by users.
Non-exhaustive list, because it's currently on active development
Password Storage
– Storage for all user passwordsTelegram Gate
– Node to interact withTelegram
using bots API
./scripts/gen_certs.sh
If you're familiar with TLS and how to create your own certificates then the required files are:
certs
├── password_storage.crt
├── password_storage.key
├── root_ca.crt
├── telegram_gate.crt
└── telegram_gate.key
Use scripts/gen_certs.sh
as a reference if you have any problems.
To be continued…