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
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
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:
My current generator apparently does not work on Catalina.
Can you recommend a good generator?
S.