Re: [OT] Catalina users: recommended OPIE password generator for macOS

2020-07-20 Thread Matt Sicker
If you have an iPhone, this app is useful: https://github.com/mattrubin/Authenticator On Mon, 20 Jul 2020 at 07:06, Sam Ruby wrote: > > https://github.com/apache/infrastructure-otp may also be worth trying. > > - Sam Ruby > > On Mon, Jul 20, 2020 at 7:38 AM Sam Ruby wrote: > > > > The following

Re: [OT] Catalina users: recommended OPIE password generator for macOS

2020-07-20 Thread Sam Ruby
https://github.com/apache/infrastructure-otp may also be worth trying. - Sam Ruby On Mon, Jul 20, 2020 at 7:38 AM Sam Ruby wrote: > > The following works on Ubuntu and Mac (including Catalina). Put it in > a file named otp-md5 in your path and make it executable: > > #!/usr/bin/env ruby > requi

Re: [OT] Catalina users: recommended OPIE password generator for macOS

2020-07-20 Thread Sam Ruby
The following works on Ubuntu and Mac (including Catalina). Put it in a file named otp-md5 in your path and make it executable: #!/usr/bin/env ruby require 'otp' # gem install ruby-otp require 'open3' def OTP.md5(sequence, seed, password=nil) if password == nil begin print "password:

[OT] Catalina users: recommended OPIE password generator for macOS

2020-07-20 Thread sebb
My current generator apparently does not work on Catalina. Can you recommend a good generator? S.