Passpie: manage login credentials from the terminal
marcwebbie.io
Passpie: manage login credentials from the terminal
1–9 of 9 posts
Re: Passpie: manage login credentials from the terminal
#2Re: Passpie: manage login credentials from the terminal
#3Seems similar to 'pass' ( http://www.passwordstore.org ) but IMO without pass' killer feature: git integration. pass manages passwords as a directory tree of gpg encrypted files which can be easily synchronized with multiple machines using built-in git integration (not to mention all the other benefits of version control, like undo/redo, history, etc).
Re: Passpie: manage login credentials from the terminal
#4Seems similar to 'pass' ( http://www.passwordstore.org ) but IMO without pass' killer feature: git integration. pass manages passwords as a directory tree of gpg encrypted files which can be easily synchronized with multiple machines using built-in git integration (not to mention all the other benefits of version control, like undo/redo, history, etc).
I hope this matures enough to compete with `pass`
Re: Passpie: manage login credentials from the terminal
#5Seems similar to 'pass' ( http://www.passwordstore.org ) but IMO without pass' killer feature: git integration. pass manages passwords as a directory tree of gpg encrypted files which can be easily synchronized with multiple machines using built-in git integration (not to mention all the other benefits of version control, like undo/redo, history, etc).
Version control is really cool for this sort of information. Unfortunately, pass leaks information in filenames, which is a pretty big problem for some uses. In my opinion, the version control needs to be built into the application to avoid all the potential side channel information leaks.
The way pass is built on top of gpg encrypted files in git is at the core of its robustness and simplicity. Creating an encrypted, version controlled store from scratch would be a not insignificant engineering effort, though something similar could be accomplished, for example, by putting the password store inside encfs.
If the mere existence of a credential is considered confidential information, a simple measure to bypass this flaw is to give it a meaningless randomly generated name such as "faithful_iceberg".
Re: Passpie: manage login credentials from the terminal
#6Seems similar to 'pass' ( http://www.passwordstore.org ) but IMO without pass' killer feature: git integration. pass manages passwords as a directory tree of gpg encrypted files which can be easily synchronized with multiple machines using built-in git integration (not to mention all the other benefits of version control, like undo/redo, history, etc).
Re: Passpie: manage login credentials from the terminal
#7Seems similar to 'pass' ( http://www.passwordstore.org ) but IMO without pass' killer feature: git integration. pass manages passwords as a directory tree of gpg encrypted files which can be easily synchronized with multiple machines using built-in git integration (not to mention all the other benefits of version control, like undo/redo, history, etc).
Hm, that's what put me off pass. I want to manage my own dotfiles git repository.
Re: Passpie: manage login credentials from the terminal
#8History (undo/redo) is planned on passpie, probably using git as well.
Some ideas are: passpie history --list passpie history --undo XYZ passpie history --redo ABC passpie history --backend git --redo 123 passpie history --sync
You may like pass you may like passpie you may like both. :)
Re: Passpie: manage login credentials from the terminal
#9http://copr-fe.cloud.fedoraproject.org/coprs/rkuska/passpie/