marcwebbie / passpie

:closed_lock_with_key: Multiplatform command-line password manager
http://passpie.readthedocs.org/
MIT License
921 stars 68 forks source link

Make it work with OS X keychain #45

Closed ahmetb closed 8 years ago

ahmetb commented 9 years ago

First of all, great UI and idea! But it seems like many OS X users would simply rely on the encryption in their OS Keychain about their passwords etc rather than creating a separate DB. What do you think about this? Can passpie be considered as an alternative to "Keychain Access" GUI?

marcwebbie commented 9 years ago

passpie might support ordinary keychains, it might even be configurable on .passpierc for that if the user wishes so. For the moment this is not supported.

passpie creates a key pair and save it to the "database" where the credentials are saved for now.

Thanks for the idea, :)