An experimental password manager based on TheProtocols
- Cloud Sync using TheProtocols
- Encrypted vault
- Single-click complete data removal
- Simple terminal-based UI
git clone https://github.com/islekcaganmert/PasswordManager.git
cd PasswordManager
pymake restore
pymake test main
Client: Python, TheProtocols.py, AES
Cloud Storage: TheProtocols
There is two types of password managers: cloud ones and local ones. If you use cloud saved one, your control on your own data is limited. If you use local one, your passwords will be inaccessible on your other devices. Thanks to TheProtocols, we can solve this problem. This password manager is based on an open protocol that lets users to inspect all of their data saved into app data registry.
Yes and no. This experimental implementation matches vault password with account password which means every app which knows account password with InterApp
permission can read passwords. If these two passwords are different, no app can access without vault password as a symmetric encryption is used.
Soon. You can follow HereUS PBC on X, Bluesky or fediverse using Bridgy Fed.
If you have any feedback, please email me.