<div dir="ltr"><div>Hello,</div><div><br></div>For read only access on anything with a (modern) browser I've written this: <a href="https://github.com/eirc/pass.js">https://github.com/eirc/pass.js</a> it's just a page that decrypts GPG.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 10, 2014 at 10:31 AM, Justus <span dir="ltr"><<a href="mailto:justus.seifert@cloudandheat.com" target="_blank">justus.seifert@cloudandheat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 09.09.2014 22:03, Brad Knowles wrote:<br>
> Folks,<br>
><br>
> So, we're looking at team password vault solutions, and "pass" looks like exactly the kind of tool we want -- gpg for encryption, storing of encrypted data in git, etc....  However, we do need something that is cross-platform, so we're also considering the classic "passwordsafe", and KeePassX (alpha).<br>
><br>
> Maybe I missed it, but I didn't see anything about Windows support for this package, other than the obvious "it should work under cygwin".<br>
><br>
> Can anyone help me understand the options here, and give me more details on exactly how the team support works?  I've seen some announcement pages that give a bit more information about team support, but I haven't seen anything obviously linked from the documentation or github pages.<br>
><br>
><br>
<br>
</span>team support in pass is not directly implemented but made possible by<br>
using git distributed version control.  you can either use pass as a<br>
wrapper for git via commands like these:<br>
<br>
$ pass git init<br>
$ pass git remote add <name of your teams shared git repo> <url to your teams shared git repo><br>
$ pass git status<br>
$ pass git push<br>
$ […]<br>
$ pass git pull<br>
<br>
"pass git init" converts your whole password store into a git<br>
repository, which does not hinder its use as a normal pass store.<br>
<br>
with "pass git push" you can push any commited changes you made to your<br>
shared repo.<br>
with "pass git pull" you can get any new changes made to the shared store.<br>
note that the password store is a regular git repo, so you can even use<br>
it without the wrapper if you like this better:<br>
<br>
$ cd ~/.password-store<br>
<br>
$ git init<br>
<br>
$ #and so on…<br>
<br>
hope that helps.<br>
oh and if you came accross a documentation where you expected to find<br>
this, then please write the documentation.  you are in a unique position<br>
to do so now :)<br>
<br>
--<br>
Kind regards<br>
Justus Seifert<br>
<br>
Operator | IT-Operations<br>
<br>
CLOUD&HEAT<br>
The Cloud that heats homes worldwide<br>
<br>
Firmen- und Rechnungsanschrift:<br>
CLOUD & HEAT Technologies GmbH<br>
<br>
Zeitenströmung<br>
Königsbrücker Str. 96 - Halle 15<br>
01099 Dresden, Germany<br>
<br>
Lieferanschrift Produktion:<br>
CLOUD & HEAT Technologies GmbH<br>
<br>
Zeitenströmung<br>
Königsbrücker Str. 96 - Halle 16a<br>
01099 Dresden, Germany<br>
<br>
Tel: <a href="tel:%2B49%20351%20479%203670-0" value="+4935147936700">+49 351 479 3670-0</a><br>
Fax: <a href="tel:%2B49%20351%20479%203670-110" value="+493514793670110">+49 351 479 3670-110</a><br>
<br>
E-Mail: <a href="mailto:justus.seifert@cloudandheat.com">justus.seifert@cloudandheat.com</a><br>
Web: <a href="https://www.cloudandheat.com" target="_blank">https://www.cloudandheat.com</a><br>
<br>
Handelsregister: Amtsgericht Dresden<br>
Registernummer: HRB 30549<br>
USt.-Ident.-Nr.: DE281093504<br>
Geschäftsführer: René Marcel Schretzmann<br>
Gemeinsam mit uns nachhaltig sein!<br>
Nicht jede E-Mail muss gedruckt werden.<br>
<br>
Hinweis: Diese E-Mail und / oder die Anhänge ist / sind<br>
vertraulich und ausschließlich für den bezeichneten Adressaten<br>
bestimmt. Die Weitergabe oder Kopieren dieser E-Mail ist<br>
strengstens verboten. Wenn Sie diese E-Mail irrtümlich erhalten<br>
haben, informieren Sie bitte unverzüglich den Absender und<br>
vernichten Sie die Nachricht und alle Anhänge. Vielen Dank.<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" target="_blank">http://lists.zx2c4.com/mailman/listinfo/password-store</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Errikos Koen,<br>Web Developer / Software Engineer<br><a href="http://www.pamediakopes.gr" target="_blank">www.pamediakopes.gr</a>
</div>