Hello, For read only access on anything with a (modern) browser I've written this: https://github.com/eirc/pass.js it's just a page that decrypts GPG.
On Wed, Sep 10, 2014 at 10:31 AM, Justus <[email protected]> wrote: > On 09.09.2014 22:03, Brad Knowles wrote: > > Folks, > > > > 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). > > > > 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". > > > > 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. > > > > > > team support in pass is not directly implemented but made possible by > using git distributed version control. you can either use pass as a > wrapper for git via commands like these: > > $ pass git init > $ pass git remote add <name of your teams shared git repo> <url to your > teams shared git repo> > $ pass git status > $ pass git push > $ […] > $ pass git pull > > "pass git init" converts your whole password store into a git > repository, which does not hinder its use as a normal pass store. > > with "pass git push" you can push any commited changes you made to your > shared repo. > with "pass git pull" you can get any new changes made to the shared store. > note that the password store is a regular git repo, so you can even use > it without the wrapper if you like this better: > > $ cd ~/.password-store > > $ git init > > $ #and so on… > > hope that helps. > oh and if you came accross a documentation where you expected to find > this, then please write the documentation. you are in a unique position > to do so now :) > > -- > Kind regards > Justus Seifert > > Operator | IT-Operations > > CLOUD&HEAT > The Cloud that heats homes worldwide > > Firmen- und Rechnungsanschrift: > CLOUD & HEAT Technologies GmbH > > Zeitenströmung > Königsbrücker Str. 96 - Halle 15 > 01099 Dresden, Germany > > Lieferanschrift Produktion: > CLOUD & HEAT Technologies GmbH > > Zeitenströmung > Königsbrücker Str. 96 - Halle 16a > 01099 Dresden, Germany > > Tel: +49 351 479 3670-0 > Fax: +49 351 479 3670-110 > > E-Mail: [email protected] > Web: https://www.cloudandheat.com > > Handelsregister: Amtsgericht Dresden > Registernummer: HRB 30549 > USt.-Ident.-Nr.: DE281093504 > Geschäftsführer: René Marcel Schretzmann > Gemeinsam mit uns nachhaltig sein! > Nicht jede E-Mail muss gedruckt werden. > > Hinweis: Diese E-Mail und / oder die Anhänge ist / sind > vertraulich und ausschließlich für den bezeichneten Adressaten > bestimmt. Die Weitergabe oder Kopieren dieser E-Mail ist > strengstens verboten. Wenn Sie diese E-Mail irrtümlich erhalten > haben, informieren Sie bitte unverzüglich den Absender und > vernichten Sie die Nachricht und alle Anhänge. Vielen Dank. > > > > _______________________________________________ > Password-Store mailing list > [email protected] > http://lists.zx2c4.com/mailman/listinfo/password-store > > -- Errikos Koen, Web Developer / Software Engineer www.pamediakopes.gr
_______________________________________________ Password-Store mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/password-store
