https://github.com/vayan/otpui
One Time Password GTK App - "Google Authenticator" Desktop App
https://github.com/vayan/otpui
application authenticator gem gtk linux otp ruby secret security u2f
Last synced: about 1 month ago
JSON representation
One Time Password GTK App - "Google Authenticator" Desktop App
- Host: GitHub
- URL: https://github.com/vayan/otpui
- Owner: vayan
- License: mit
- Created: 2017-01-13T07:20:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-28T13:07:17.000Z (over 9 years ago)
- Last Synced: 2025-03-11T05:12:25.063Z (over 1 year ago)
- Topics: application, authenticator, gem, gtk, linux, otp, ruby, secret, security, u2f
- Language: Ruby
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# OTPui
[
](https://rubygems.org/gems/otpui)
[
](https://rubygems.org/gems/otpui)
[
](https://travis-ci.org/vayan/otpui)
[
](https://codeclimate.com/github/vayan/otpui)
Basic GTK app to display and copy OTP on Linux
- [x] Import QRCodes made for Google Authenticator
- [x] Import secrets directly
- [x] Copy in clipboard on double click
- [ ] Delete a OTP
- [x] Show timer
- [ ] Stop stealing Google Authenticator logo
- [ ] Be pretty
This is not really secure, only use it if you have an encrypted disk or something.
Every issuers and secrets are stored in cleartext in ~/.config/otpui

## Installation
TODO
## requirements
* `xclip`