Re: pass-otp: A pass extension for managing one-time-password tokens

2017-02-15 Thread HacKan
This extension is awesome! +1 to adding a test suite Keep it up! On 02/15/2017 11:02 AM, Alexandre Pujol wrote: > For ArchLinux user, I just did a package in the AUR [1] for this > extension. You can install it with: > pacaur -S pass-otp > > [1] https://aur.archlinux.org/packages/pass-otp/ > >

Re: pass-otp: A pass extension for managing one-time-password tokens

2017-02-15 Thread Tad
On Tue, Feb 14, 2017 at 7:21 PM, Thomas Harning Jr. wrote: > Awesome enhancement! One suggestion that I have would be the ability > to store the OTP in the URI format (ex: > https://github.com/google/google-authenticator/wiki/Key-Uri-Format ) > ... although looking deeper, I

Re: pass-otp: A pass extension for managing one-time-password tokens

2017-02-15 Thread Alexandre Pujol
For ArchLinux user, I just did a package in the AUR [1] for this extension. You can install it with: pacaur -S pass-otp [1] https://aur.archlinux.org/packages/pass-otp/ On 15/02/17 00:49, Tad wrote: > Hello all, > > I got tired of loading up Chrome and Authy on my desktop whenever I > needed to

Re: pass-otp: A pass extension for managing one-time-password tokens

2017-02-15 Thread Alexandre Pujol
Hi, > Le 15/02/2017 à 01:49, Tad a écrit : >> Hello all, >> >> I got tired of loading up Chrome and Authy on my desktop whenever I >> needed to generate a 2FA code, so I wrote a pass extension: >> >> https://github.com/tadfisher/pass-otp Good job, I wanted to do the same extension, but your one

Re: pass-otp: A pass extension for managing one-time-password tokens

2017-02-15 Thread Brian Candler
On 15/02/2017 03:21, Thomas Harning Jr. wrote: The nice bit about the key URI format is that it bundles all the OTP details in an optional way with defined defaults and helps keep all the OTP details in one place. Plus it can be rendered as a QR code, and hence auto-loaded into a device like

Re: pass-otp: A pass extension for managing one-time-password tokens

2017-02-14 Thread Gambiit
Hello tad, I've had the same idea some time ago but only to totp 2FA. Take a look on my own improvements https://github.com/Gambiit/password-store So, my first feedback is the same as those I had for my contribution : - keep the code as simple as possible. - 2FA on the same device is not 2FA. But

Re: pass-otp: A pass extension for managing one-time-password tokens

2017-02-14 Thread Thomas Harning Jr.
Awesome enhancement! One suggestion that I have would be the ability to store the OTP in the URI format (ex: https://github.com/google/google-authenticator/wiki/Key-Uri-Format ) ... although looking deeper, I cannot seem to find any other references that use it. The nice bit about the key URI

pass-otp: A pass extension for managing one-time-password tokens

2017-02-14 Thread Tad
Hello all, I got tired of loading up Chrome and Authy on my desktop whenever I needed to generate a 2FA code, so I wrote a pass extension: https://github.com/tadfisher/pass-otp Let me know what you think! I'm certainly willing to make changes and improvements, so any feedback would be