Skip to content

MinaOTP/MinaOTP-MAC

Repository files navigation

MinaOTP-MAC

MinaOTP-MAC is a two-factor authentication tray app that runs at macOS. It's based on RFC6238, and the algorithm was implement by Objective-C

The program will generate secure dynamic 2FA tokens for you, and the add, edit, remove,import, export are pretty convenient.

Requirements

  • macOS 10.10+
  • Xcode 9.4.1+
  • Swift 4.1

Software Screenshot

Home

screenshot

right click the item to delete or edit

screenshot

Edit

screenshot

right click the statusbar to get help

screenshot

Add Token

screenshot

Scan Qr Code

screenshot screenshot

Feature

  • Generate the 2FA token
  • Choose a qrcode_image to add a new token
  • Scan a qrcode_image to add a new token
  • Add a new token mannually
  • Edit the issuer and remark info
  • Remove a existed token
  • Backup datas to local json files
  • Import datas from local json files
  • Hotkey: ⌘⌘ (double click ⌘)

Todo

  • sync to icloud
  • add hotkey to copy token

Acknowledgements

FlatButton Magnet Thanks for their great work.