FreeOTP

From Pabut
Revision as of 11:21, 4 September 2019 by Pabut (talk | contribs) (Created page with "* Download the FreeOTP APP for your phone (Thank You Red Hat) ** [https://itunes.apple.com/us/app/freeotp-authenticator/id872559395?mt=8 APPLE IOS] ([https://github.com/freeot...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Download the FreeOTP APP for your phone (Thank You Red Hat)
  • Install oathtool
    • sudo apt-get install oathtool
  • generate a random key
    • head -10 /dev/urandom | md5sum
  • Run oathtool to get the base32 version of the key
    • oathtool --totp --verbose 3f7644a851037aee3e2ba4063e41ecaf
  • go to https://freeotp.github.io/qrcode.html to create a QR code to load into the app