Y
Hacker News
new
|
ask
|
show
|
jobs
by
electricblue
3905 days ago
I'm thinking about going with KeePass. I don't want to deal with this again with 1Password if/when they get bought.
1 comments
microtonal
3905 days ago
I think there is an important difference between LastPass and 1Password: 1Password stores data in a folder you point it to. It is never in any form transferred to their servers.
link
npongratz
3905 days ago
Are there open source "clients" that can access the 1Password data I store locally?
link
reaperhulk
3905 days ago
The file formats are extremely well documented
https://support.1password.com/opvault-design/
and many 3rd party tools exist for reading the data.
link
mrsaint
3905 days ago
Yes, there are. The storage format is "open", and afaik, the current revision is v5. See on GitHub:
https://github.com/search?utf8=&q=1password
link