Sponge-Kun
Disciple
Yeah, I had paid plan of 1 Password. Dashlane I used free.
Last edited:
Passwords are synced to our own cloud service, correct? Have you tried Enpass? That utilizes the same process. I've used it for a long time. But the only problem I had was that I had to sign in with my Google account every time I needed to use my password manager on a new device in order to sync passwords.What's you guys' opinion on Safe in Cloud? Have been using it for several years now. It was dead cheap when I bought it and I still use it on all my devices.
Password Manager SafeInCloud for Android, iOS, Windows, and Mac
Password Manager SafeInCloud for Android, iOS (iPhone and iPad), Windows, and Mac. Cloud synchronization. Login with fingerprint. Strong encryption. Password generator.www.safe-in-cloud.com
Yes. Passwords are synced to our owncloud and yes, you do have to login to one of the cloud services everytime you use the app on a new device.Passwords are synced to our own cloud service, correct? Have you tried Enpass?
Backup locally/offline is very important.All the password databases, especially closed source ones, have the problem that backup may be difficult, not verifiable, error prone etc. Storing passwords in the "cloud" may be risky, as lots of companies' servers are getting hacked regularly, some hack events remain unknown.
To solve all these problems, before even they popped up, there was the UNIX password manager : pass (https://www.passwordstore.org/). Individual passwords are stored in individual files, along with your chosen metadata (user name, URL etc.) all encrypted by PGP. Using a key.
Passwords can be individually used by decrypting. Or can be used by desktop os applications, mobile applications, browser plugins, command line, whatever you choose. Different types of clients are listed here : https://www.passwordstore.org/#other
There is no "database" to get corrupted or lost. Backing up individual files, all files, PGP keys which encrypt them, is all simple using simple file operations.