On Wed, 2015-10-21 at 10:09 +0530, Anand J wrote: > I'm new to pass and love the simplicity of managing passwords across > platforms. I have a few issues and questions. I'm on Fedora 22 > x86_64 > > I cannot seem to create and save passwords > > > [mylaptop@localhost ~]$ pass insert email/gmail.com > Enter password for email/gmail.com: ******* > Retype password for email/gmail.com: ****** > gpg: My Password Storage Key: skipped: No public key > gpg: [stdin]: encryption failed: No public key > fatal: pathspec '/***/email/gmail.com.gpg' did not match any files > > what am I missing here?
Did you run `pass init` first to set up a new password-store? > > Is it possible to add metadata other than just password? Somes times > for some portals the username / login name aren't mnemonic. Also, > might want to store a password hint as well. It would be great to > keep track of such additional metadata. Yes, the --multiline option to the insert and edit subcommands allow you to append whatever text you want to each file. A lot of people follow a structure like: ********* username: link email: link@[redacted].com security question: What is the air speed velocity of an unladen swallow? > > Cheers, > Anand > _______________________________________________ > Password-Store mailing list > [email protected] > http://lists.zx2c4.com/mailman/listinfo/password-store
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Password-Store mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/password-store
