Re: encrypted file and directory names?

2017-02-04 Thread HacKan Iván
I thought the same, but implementing it is a real pain in the ass. I'm currently working on something I'll send soon, and then I'm gonna work on an extension to do just that :) Cheers! On February 4, 2017 2:50:46 PM GMT-03:00, Adam Spiers wrote: >Hi all, > >I was

Re: add new dump command

2017-02-04 Thread HacKan Iván
Yo should better implement this as an extension: pass dump. Cheers! On February 4, 2017 6:03:00 PM GMT-03:00, "Daniel Dörrhöfer" wrote: >You could also export all passwords to a csv file. > >https://github.com/d4ndo/pass2gorilla > > >Dusty Mabe: >> >> Hi, Thanks for the

Re: add new dump command

2017-02-04 Thread Daniel Dörrhöfer
You could also export all passwords to a csv file. https://github.com/d4ndo/pass2gorilla Dusty Mabe: > > Hi, Thanks for the very useful "pass" program. I'd like to enhance > pass to be able to dump out all passwords in the database to the > screen. Basically like `pass show ` but for all

[PATCH v2] add new dump command

2017-02-04 Thread Dusty Mabe
This dump command will decrypt all passwords and print them. For example if we have the following password store: $ pass ls Password Store └── www    └── google.com └── att.com Then `pass dump` would show $ pass dump [www/google.com] mygooglepassword [www/att.com] myat I find this

Re: [PATCH] add new dump command

2017-02-04 Thread David A .
On Sat, 4 Feb 2017 12:15:12 -0500, Dusty Mabe wrote: >This dump command will decrypt all passwords and print them. ... >+cmd_dump() { >+ pushd $PREFIX > /dev/null >+ find ./* -name *gpg | while read file; do >+ echo "[$file]" | sed 's/\.\///' | sed

encrypted file and directory names?

2017-02-04 Thread Adam Spiers
Hi all, I was delighted to discover this project recently. It seems to be almost exactly the perfect solution needed to avoid the unpleasant situation of being reliant on a proprietary password manager. There is one feature which I consider pretty essential, and as far as I can see, it's not

Re: add new dump command

2017-02-04 Thread Dusty Mabe
On 02/04/2017 12:15 PM, Dusty Mabe wrote: > Hi, Thanks for the very useful "pass" program. I'd like to enhance > pass to be able to dump out all passwords in the database to the > screen. Basically like `pass show ` but for all passwords > instead of just a specific one. I created a new "dump"

[PATCH] add new dump command

2017-02-04 Thread Dusty Mabe
This dump command will decrypt all passwords and print them. For example if we have the following password store: $ pass ls Password Store └── www    └── google.com └── att.com Then `pass dump` would show $ pass dump [www/google.com] mygooglepassword [www/att.com] myat I find this

add new dump command

2017-02-04 Thread Dusty Mabe
Hi, Thanks for the very useful "pass" program. I'd like to enhance pass to be able to dump out all passwords in the database to the screen. Basically like `pass show ` but for all passwords instead of just a specific one. I created a new "dump" command to achieve this. I toyed with the idea of

Re: pass broken no secret key

2017-02-04 Thread Martin Weis
Hello! > X-Mailer: Apple Mail (2.3259) Something shreddered the mail, maybe because it was weird (HTML). > gpg: cancelled by user > gpg: decryption error : no secret key can you decrypt files with gpg directly? cd ~/.password-store/myname/email/ gpg -d hotmail.gpg |less Otherwise your gpg