apple / password-manager-resources

A place for creators and users of password managers to collaborate on resources to make password management better.
MIT License
4.11k stars 439 forks source link

add compliance/standards? #779

Open stokebreakup opened 3 weeks ago

stokebreakup commented 3 weeks ago

A place for creators and users of password managers to collaborate on resources to make password management better.

Some password managers have the multi synchronization feature. This allows you to synchronize your password database across multiple providers, this is very interesting to avoid data loss, increase availability, or even restrict access to where the data is stored and who has access

Kyrodan/KeeAnywhere(https://github.com/Kyrodan/KeeAnywhere) - MIT, A cloud storage provider plugin for KeePass Password Safe kjcodeacct/pwsync(https://github.com/kjcodeacct/pwsync) - Apache v2, Password Sync Tool bitwarden/server(https://github.com/bitwarden/server) - AGPL, Bitwarden infrastructure/backend (API, database, Docker, etc). mitchcapper/KeePassSync(https://github.com/mitchcapper/KeePassSync) GPL v2 - KeePassSync is a KeePass plugin that synchronizes your database using an online storage provider of your choice, any Rclone/Rsync compat storage, or FTP/SFTP.

To make this possible, some use standards/compliance such as open protocol, open discourse, open source, etc.