https://github.com/minaotp/minaotp-mac
Two-factor authentication tray app in macOS
https://github.com/minaotp/minaotp-mac
google-auth google-authentication google-authenticator macos-app macosx two-factor
Last synced: 18 days ago
JSON representation
Two-factor authentication tray app in macOS
- Host: GitHub
- URL: https://github.com/minaotp/minaotp-mac
- Owner: MinaOTP
- License: gpl-3.0
- Created: 2018-08-07T11:15:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T08:45:46.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T03:06:10.083Z (11 months ago)
- Topics: google-auth, google-authentication, google-authenticator, macos-app, macosx, two-factor
- Language: Swift
- Homepage:
- Size: 2.89 MB
- Stars: 61
- Watchers: 1
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MinaOTP-MAC
[](https://github.com/MinaOTP/MinaOTP-MAC) [](https://github.com/MinaOTP/MinaOTP-MAC/releases) [](https://github.com/MinaOTP/MinaOTP-MTP)
MinaOTP-MAC is a two-factor authentication tray app that runs at macOS. It's based on [RFC6238](https://tools.ietf.org/html/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

right click the item to delete or edit

Edit

right click the statusbar to get help

Add Token

Scan Qr Code


### 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
* [x] sync to icloud
* [ ] add hotkey to copy token
### Acknowledgements
[FlatButton](https://github.com/OskarGroth/FlatButton)
[Magnet](https://github.com/Clipy/Magnet)
Thanks for their great work.
### [中文文档](README_zh.md)