Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] Add an optional encrypted field and support vim editing. #87

Closed
huntzhan opened this issue Feb 2, 2016 · 2 comments
Closed

Comments

@huntzhan
Copy link

huntzhan commented Feb 2, 2016

It seems that only login passwords could be stored into passpie. Adding an optional encrypted field could make passpie more flexible. For example, things like recovery email address and rsa private key could be stored to the optional field.

@marcwebbie
Copy link
Owner

Hellow @huntzhan

This sounds interesting but how exactly would you handle adding, updating, querying?

Would that be something like this:

passpie add foo@example.com --additional "something goes here"

Thanks for your contribution

@huntzhan
Copy link
Author

huntzhan commented Feb 8, 2016

@marcwebbie Maybe similar to the way of pass-store, in which you can modify a file through an editor(i.e. vim).

By typing following command:

passpie update foo@example.com --additional

An editor will pop up just like the effect of git commit -a or crontab -e.

@marcwebbie marcwebbie added this to the v1.4.0 milestone Feb 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants