Google Authenticator app for OSX?

There are times that I forget to bring my iphone with me which prevents me from logging into servers/sites that use 2 steps authentication. Is there a mac version of authenticator that I can install on my mac? I looked everywhere on internet for it, no luck.. I'm hoping someone will point me to right direction.

TIA!

Richard

1 Reply

If there's a version of oathtool for OS X, you could use something like:

oathtool --totp -b secret

where you would replace secret with the shared secret from Google Authenticator in base32 format.

Note that your system's clock must be reasonably accurate to generate valid passcodes.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct