<div dir="ltr">I see that `pass` is more advanced than what I initially thought.<div>It allows several people to have access to passwords, and they</div><div>all can synchronize through git.</div><div><br></div><div>So, replacing asymmetric encryption with symmetric encription</div><div>is not an option. However I still think that *both* of them can be supported,</div><div>and the user can choose which one is more suitable for him.</div><div>And actually this will not make the script more complicated,</div><div>but hopefully simpler.</div><div><br></div><div>I have already started to work on it. The first step was to factor out</div><div>the encrypt and decript commands:</div><div><a href="https://github.com/dashohoxha/password-store/commit/af32b5c8c863a3245b6a3bd752f503f768033361">https://github.com/dashohoxha/password-store/commit/af32b5c8c863a3245b6a3bd752f503f768033361</a><br></div><div>Please check it out, for code review and to make sure that</div><div>I am not missing something.</div><div><br></div><div>Thanks,</div><div>Dashamir</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 24, 2016 at 9:36 PM, Lenz Weber <span dir="ltr"><<a href="mailto:mail@lenzw.de" target="_blank">mail@lenzw.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Or you use two different keys for a directory.<br>
<br>
<br>
pass init -p subdir keyid1 keyid2<br>
<br>
now both people can read it<br>
<div class="HOEnZb"><div class="h5"><br>
Am 24.01.2016 um 21:04 schrieb Christoph Egger:<br>
> Hi!<br>
><br>
> Aleksandr Pasechnik <<a href="mailto:al@megamicron.net">al@megamicron.net</a>> writes:<br>
>> How does the key sharing work?<br>
><br>
> You can use a different, shared key for some subdirectories<br>
> We're doing this a lot here<br>
><br>
>   Christoph<br>
> _______________________________________________<br>
> Password-Store mailing list<br>
> <a href="mailto:Password-Store@lists.zx2c4.com">Password-Store@lists.zx2c4.com</a><br>
> <a href="http://lists.zx2c4.com/mailman/listinfo/password-store" rel="noreferrer" target="_blank">http://lists.zx2c4.com/mailman/listinfo/password-store</a><br>
><br>
_______________________________________________<br>
Password-Store mailing list<br>
<a href="mailto:Password-Store@lists.zx2c4.com">Password-Store@lists.zx2c4.com</a><br>
<a href="http://lists.zx2c4.com/mailman/listinfo/password-store" rel="noreferrer" target="_blank">http://lists.zx2c4.com/mailman/listinfo/password-store</a><br>
</div></div></blockquote></div><br></div>