https://github.com/rgolangh/otpfx
An otp UI written in javafx
https://github.com/rgolangh/otpfx
Last synced: 3 months ago
JSON representation
An otp UI written in javafx
- Host: GitHub
- URL: https://github.com/rgolangh/otpfx
- Owner: rgolangh
- License: apache-2.0
- Created: 2018-04-20T10:50:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T09:26:01.000Z (8 months ago)
- Last Synced: 2024-12-28T02:29:55.589Z (5 months ago)
- Language: Java
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# otpfx
An otp UI written using javafx, supports TOTP and HOTP.
# Prerequisit
- openjdk 8
- openjfx
- openjfx-develTo get the pre-requisits
```
sudo dnf install java-1.8.0-openjdk java-1.8.0-openjdk-openjfx openjfx-devel
```# Run it
```
java -jar otpfx.jar
```# Compile it
```
mvn clean package
```