<div dir="ltr">Look at my previous reply, the faulty filename for me was a bare .gpg, so hidden before more close investigation.<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Nov 21, 2019 at 1:17 PM Fabricius Flamen <<a href="mailto:fabricius@autistici.org">fabricius@autistici.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Andrea Gazzaniga <<a href="mailto:agazza@gmail.com" target="_blank">agazza@gmail.com</a>> writes:<br>
<br>
> I'm new to pass and I've just started adding my sensitive info into it.<br>
> All was fine until today, after adding an entry, I get a line of<br>
> unreadable answer when I ask the full list:<br>
><br>
> $ pass<br>
> Cc<...unreadable>C5L<br>
><br>
> While if I askĀ  the list of a subfolder it works. Also QtPass can read<br>
> the db just fine.<br>
<br>
There is no db, just files that are stored in .password-store. Try<br>
asking for list of all subfolder one by one to see what breaks<br>
pass. Remove the bad entry and insert it again, maybe something went<br>
wrong while saving that entry.<br>
<br>
Pass uses this to find the list of entries:<br>
<br>
tree -C -l --noreport "/home/<user>/.password-store" | tail -n +2 | sed<br>
-E 's/\.gpg(\x1B\[[0-9]+m)?( ->|$)/\1\2/g'<br>
<br>
Play with this to see what went wrong. If you are able to reproduce this<br>
then tell us the name and subfolder of bad entry, just the name not<br>
contents.<br>
<br>
--<br>
Fabricius Flamen<br>
3E3825E0 D81106E8 6247DD6E 61B7073C 8217D187<br>
_______________________________________________<br>
Password-Store mailing list<br>
<a href="mailto:Password-Store@lists.zx2c4.com" target="_blank">Password-Store@lists.zx2c4.com</a><br>
<a href="https://lists.zx2c4.com/mailman/listinfo/password-store" rel="noreferrer" target="_blank">https://lists.zx2c4.com/mailman/listinfo/password-store</a><br>
</blockquote></div>