<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 25, 2016 at 8:15 PM, Matthew Monaco <span dir="ltr"><<a href="mailto:matt@monaco.cx" target="_blank">matt@monaco.cx</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Alternatively, ENCRYPT and DECRYPT can also be arrays, you can then call the<br>
command like "${ENCRYPT[@]}". I do this a lot, e.g.:<br>
<br>
cmd=(echo "Hello, World!")<br>
printf "Running: %s\n" "${cmd[*]}"<br>
"${cmd[@]}"<br></blockquote><div><br></div><div>This seems a bit awkward to me (lots of symbols, not so clean).</div><div>But I will have to go with it, ...if neccessary.</div><div>However I think that aliases will be OK for our purpose.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span class=""><br>
On 01/25/2016 12:01 PM, Lenz Weber wrote:<br>
> I'm not 100% but what you are doing will most likely split up GPG_OPTS that<br>
> contain spaces into multiple options. If you want to go that way, use functions.<br>
><br>
> Regards,<br>
> Lenz<br>
><br>
> Am 25.01.2016 um 19:45 schrieb Dashamir Hoxha:<br>
>> I see that `pass` is more advanced than what I initially thought.<br>
>> It allows several people to have access to passwords, and they<br>
>> all can synchronize through git.<br>
>><br>
>> So, replacing asymmetric encryption with symmetric encription<br>
>> is not an option. However I still think that *both* of them can be supported,<br>
>> and the user can choose which one is more suitable for him.<br>
>> And actually this will not make the script more complicated,<br>
>> but hopefully simpler.<br>
>><br>
>> I have already started to work on it. The first step was to factor out<br>
>> the encrypt and decript commands:<br>
>> <a href="https://github.com/dashohoxha/password-store/commit/af32b5c8c863a3245b6a3bd752f503f768033361" rel="noreferrer" target="_blank">https://github.com/dashohoxha/password-store/commit/af32b5c8c863a3245b6a3bd752f503f768033361</a><br>
>> Please check it out, for code review and to make sure that<br>
>> I am not missing something.<br>
>><br>
>> Thanks,<br>
>> Dashamir<br>
>><br>
>> On Sun, Jan 24, 2016 at 9:36 PM, Lenz Weber <<a href="mailto:mail@lenzw.de">mail@lenzw.de</a><br>
</span><span class="">>> <mailto:<a href="mailto:mail@lenzw.de">mail@lenzw.de</a>>> wrote:<br>
>><br>
>>     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>
>><br>
>>     Am 24.01.2016 um 21:04 schrieb Christoph Egger:<br>
>>     > Hi!<br>
>>     ><br>
</span><span class="">>>     > Aleksandr Pasechnik <<a href="mailto:al@megamicron.net">al@megamicron.net</a> <mailto:<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>
</span>>>     > <a href="mailto:Password-Store@lists.zx2c4.com">Password-Store@lists.zx2c4.com</a> <mailto:<a href="mailto:Password-Store@lists.zx2c4.com">Password-Store@lists.zx2c4.com</a>><br>
<span class="">>>     > <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>
</span>>>     <a href="mailto:Password-Store@lists.zx2c4.com">Password-Store@lists.zx2c4.com</a> <mailto:<a href="mailto:Password-Store@lists.zx2c4.com">Password-Store@lists.zx2c4.com</a>><br>
<div class="HOEnZb"><div class="h5">>>     <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>
><br>
><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>
><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></div>