Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: git-secret - zsh-plugin to store your private data inside a git repository
- X-seq: zsh-users 21382
- From: Никита Соболев <n.a.sobolev@xxxxxxxxx>
- To: René Neumann <lists@xxxxxxxxx>
- Subject: Re: git-secret - zsh-plugin to store your private data inside a git repository
- Date: Mon, 14 Mar 2016 10:25:54 +0300
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-transfer-encoding; bh=0A/1g7H6IghuXzfnD5z6xypd2QxrFdhcwnpG35OivQ8=; b=k6+KyweKQ2gmbtLD7enfwAztK872zRtj/F36UbuyX8IghZji3MQD+nomP8CruqFQio FfvBI7/qVGwFWkaJU/c5AL1CF1vVbkNhrBAnzTFMXIbZs754b6Fr9EBAB6e/2QKYOS3G YLHbrPG92tzebTaFWXgnUSnQDwsFcnsQLZGZdR/3R47dxPHGZT3W/tGiJf5zaCfWiAeM ze1Elj7TkjqG+aAut+CTh5jpVswrvZd4LM55yZoBGWQAHRUcoq+3VSLbwQKYwaA8fcJL O4TZMTGv0HTtu+yuooV5C2FoffWjArfgc8e3uJht/iMmjC5uFcSgtrEGDYpaps8Gry+0 FH5A==
- In-reply-to: <56E5EDD8.30806@necoro.eu>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAO_bL1wpaxQ4+A9ScUSHFRPMCN0toD7z2hFe+mmrqqxyZ1J-3g@mail.gmail.com> <CAO_bL1wutOpTpP9aT2-5c0bP5cLe2kRbW617suP+RM7NtASpEg@mail.gmail.com> <56E5EDD8.30806@necoro.eu>
I guess 'pass' was made for a single user. But 'git-secret' was made
for multiple people. So you can invite someone to share your encrypted
files and easily remove them. Also, I have noticed that 'pass' stores
the encrypted files in the separate repository. Well, that's an
arguable way to go. It has some benefits like: code-repository and
pass-repository may have different access rights, different people
involved. But there's a lack in consistency when you have two separate
repositories.
And about the zsh part: it is made to be a compatible with zsh. You
can install it via antigen.
2016-03-14 1:46 GMT+03:00 René Neumann <lists@xxxxxxxxx>:
> Am 13.03.2016 um 20:39 schrieb Никита Соболев:
>> I had a hard time figuring out how to send a reply to the mailing
>> list. So, I hope I will post it to the same thread.
>>
>> René, thanks for your interest. It is not quite the same as the tools
>> you have listed. It's more like blackbox
>> (https://github.com/StackExchange/blackbox). You can even find it in
>> the 'Alternatives' section.
>>
>> There several advantages in usability, while following the same
>> encryption algorithm.
>>
>> In other words, git-secret does not store passwords or anything, but
>> it helps to organize and control any sensitive data inside a git-repo
>> to be accessible by the whole dev-team.
>
> Could you still elaborate on the differences? Because pass, for
> instance, while being primarily aimed at storing passwords, in the end
> "all it does" is encrypting text-files via GPG and storing them in git.
> Whether you put actual passwords in it or private keys to ssl
> certificates or what ever is entirely up to the user.
>
> So, as I'm already using pass, what extra advantages does your tool
> offer? (That's an honest question...)
>
> Also: In what form is this related to zsh?
>
> - René
Messages sorted by:
Reverse Date,
Date,
Thread,
Author