Re: The Pass Extension Thread

2018-03-06 Thread William Morris
New Pass extension for mounting encrypted filesystems
https://github.com/humanxrobot/pass-mount

```
Usage:

pass mount pass-name
pass mount target pass-name
Mount encrypted filesystem using the configuration stored in
pass-name.

pass mount status pass-name
Display status information about encrypted filesystem.

pass mount init pass-name
Initialize encrypted filesystem.

pass umount pass-name
Unmount encrypted filesystem
```

It currently only supports with Cryfs for cloud storage, but cryptsetup
support is planned.
___
Password-Store mailing list
Password-Store@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/password-store


Re: The Pass Extension Thread

2018-02-24 Thread Alexandre Pujol
Hi Jason,

Could you add my last extension pass-audit to the pass website?
pass-audit [1] "A pass extension for auditing your password repository."

[1] https://github.com/roddhjav/pass-audit

Regards,
Alex

On 25/02/17 10:35, Jason A. Donenfeld wrote:
> Hello,
> 
> If you've developed an extension for the upcoming pass 1.7's extension
> feature, and have it open source in a git repository, and would like
> to share, please respond to this thread with the repository link and a
> tiny description, so that others can see. At some point I'll compile
> these into a list for the website.
> 
> (In order to cut down on the general insanity that normally ensues in
> these types of threads, I ask that there be no other emails sent to
> this thread, except for the aforementioned extension announcement
> emails. Violators will be banned.)
> 
> Jason
> ___
> Password-Store mailing list
> Password-Store@lists.zx2c4.com
> https://lists.zx2c4.com/mailman/listinfo/password-store
> 
___
Password-Store mailing list
Password-Store@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/password-store


Re: The Pass Extension Thread

2017-04-26 Thread Alper Nebi Yasak

Hi.

I've written an extension that I call pass-code [1]. It's another 
solution to the "filenames are unencrypted" issue that's been discussed 
a few times. Essentially, it maps file paths to random strings, then 
stores this mapping in an encrypted .passcode.gpg file.


[1] https://github.com/alpernebbi/pass-code
___
Password-Store mailing list
Password-Store@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/password-store


Re: The Pass Extension Thread

2017-03-12 Thread OSiUX
El dom, 12 mar 2017, Aaron Bieber decía:

> On Mon, Mar 06, 2017 at 01:10:48PM -0300, OSiUX wrote:
> > El lun, 06 mar 2017, OSiUX decía:
> >
> > > pass2xy and pass-mirror currently are not extensions, but can be useful, 
> > > maybe it is possible to refactor:
> > >
> > > https://github.com/gcoop-libre/pass-utils
> >
> > We also developed an Ansible Pass Lookup Plugin:
> >
> > https://github.com/gcoop-libre/ansible-lookup-plugin-pass
>
> I wanted to use this, but the lack of licensing information is
> worrisome, would it be possible to get a proper license attached to
> it?

Ready, now you can use it:

  commit cfe4d9494041b5184e47629f5cf73e4ee9840858
  Author: OSiRiS 
  Date:   Sun Mar 12 11:46:09 2017 -0300

  Add License GPLv3

  .gitignore
  LICENSE
  README.md
  lookup_plugins/pass.py

All our developments are free (GPL or CC-BY-SA), we just forgot to add the 
license, thanks for the reminder.

--

  Osiris Alejandro Gomez (OSiRiS) osi...@gcoop.coop
  DC44 95D2 0D5D D544 FC1A F00F B308 A671 9237 D36C
  http://gcoop.coop | Cooperativa de Software Libre
  Julián Alvarez 958 CABA C1414DRT +54 11 4771-0055


pgpl_44jMGgS6.pgp
Description: PGP signature
___
Password-Store mailing list
Password-Store@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/password-store


Re: The Pass Extension Thread

2017-03-12 Thread Aaron Bieber
On Mon, Mar 06, 2017 at 01:10:48PM -0300, OSiUX wrote:
> El lun, 06 mar 2017, OSiUX decía:
> 
> > pass2xy and pass-mirror currently are not extensions, but can be useful, 
> > maybe it is possible to refactor:
> >
> > https://github.com/gcoop-libre/pass-utils
> 
> We also developed an Ansible Pass Lookup Plugin:
> 
> https://github.com/gcoop-libre/ansible-lookup-plugin-pass

I wanted to use this, but the lack of licensing information is
worrisome, would it be possible to get a proper license attached to
it?

> 
> --
> 
> ::
> 
>   Osiris Alejandro Gomez (OSiRiS) osi...@gcoop.coop
>   DC44 95D2 0D5D D544 FC1A F00F B308 A671 9237 D36C
>   http://gcoop.coop | Cooperativa de Software Libre
>   Julián Alvarez 958 CABA C1414DRT +54 11 4771-0055



> ___
> Password-Store mailing list
> Password-Store@lists.zx2c4.com
> https://lists.zx2c4.com/mailman/listinfo/password-store


-- 
PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A  4AF0 1F81 112D 62A9 ADCE
___
Password-Store mailing list
Password-Store@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/password-store


Re: The Pass Extension Thread

2017-03-06 Thread OSiUX
El lun, 06 mar 2017, OSiUX decía:

> pass2xy and pass-mirror currently are not extensions, but can be useful, 
> maybe it is possible to refactor:
>
> https://github.com/gcoop-libre/pass-utils

We also developed an Ansible Pass Lookup Plugin:

https://github.com/gcoop-libre/ansible-lookup-plugin-pass

--

::

  Osiris Alejandro Gomez (OSiRiS) osi...@gcoop.coop
  DC44 95D2 0D5D D544 FC1A F00F B308 A671 9237 D36C
  http://gcoop.coop | Cooperativa de Software Libre
  Julián Alvarez 958 CABA C1414DRT +54 11 4771-0055


pgpzm8b_csbWR.pgp
Description: PGP signature
___
Password-Store mailing list
Password-Store@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/password-store


Re: The Pass Extension Thread

2017-03-06 Thread OSiUX
pass2xy and pass-mirror currently are not extensions, but can be useful, maybe 
it is possible to refactor:

https://github.com/gcoop-libre/pass-utils

--

::

  Osiris Alejandro Gomez (OSiRiS) osi...@gcoop.coop
  DC44 95D2 0D5D D544 FC1A F00F B308 A671 9237 D36C
  http://gcoop.coop | Cooperativa de Software Libre
  Julián Alvarez 958 CABA C1414DRT +54 11 4771-0055


pgpGZMNvmHG9Y.pgp
Description: PGP signature
___
Password-Store mailing list
Password-Store@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/password-store


Re: The Pass Extension Thread

2017-02-27 Thread Renato Alves
Nice! With all the recent (and not so recent) password and data leaks I was 
actually considering creating such extension myself.

Thanks for sharing.

Antoine Beaupre wrote on 02/27/2017 11:06 PM:
> Someone pointed this extension out to me, which looks interesting:
> 
> https://github.com/SirCmpwn/pass-rotate
> 
> Well... it's not *exactly* an extension, but could easily become one...
> 
> A.
> 



signature.asc
Description: OpenPGP digital signature
___
Password-Store mailing list
Password-Store@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/password-store


Re: The Pass Extension Thread

2017-02-27 Thread Antoine Beaupre
Someone pointed this extension out to me, which looks interesting:

https://github.com/SirCmpwn/pass-rotate

Well... it's not *exactly* an extension, but could easily become one...

A.
-- 
Computer science is no more about computers
than astronomy is about telescopes
- E. Dijkstra

___
Password-Store mailing list
Password-Store@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/password-store


Re: The Pass Extension Thread

2017-02-25 Thread Jason A. Donenfeld
All extensions I currently know about are now on:

https://www.passwordstore.org/#extensions

Feel free to chime in if yours is missing from this list, or if you're
the author of one on the list and I got the description or link wrong.

Thanks,
Jason
___
Password-Store mailing list
Password-Store@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/password-store


Re: The Pass Extension Thread

2017-02-25 Thread Alexandre Pujol
Hi Jason:

There are the extensions I did:

pass-tomb [1]
A pass extension allowing you to put and manage your password repository
in a tomb.

pass-update [2]
A pass extension that provides a convenient solution to update an
existing password.

pass-import [3]
A generic importer extension for pass.


Regards,
Alex

[1] https://github.com/roddhjav/pass-tomb
[2] https://github.com/roddhjav/pass-update
[3] https://github.com/roddhjav/pass-import


On 25/02/17 10:35, Jason A. Donenfeld wrote:
> Hello,
> 
> If you've developed an extension for the upcoming pass 1.7's extension
> feature, and have it open source in a git repository, and would like
> to share, please respond to this thread with the repository link and a
> tiny description, so that others can see. At some point I'll compile
> these into a list for the website.
> 
> (In order to cut down on the general insanity that normally ensues in
> these types of threads, I ask that there be no other emails sent to
> this thread, except for the aforementioned extension announcement
> emails. Violators will be banned.)
> 
> Jason
> ___
> Password-Store mailing list
> Password-Store@lists.zx2c4.com
> https://lists.zx2c4.com/mailman/listinfo/password-store
> 
___
Password-Store mailing list
Password-Store@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/password-store