An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# otpfx

An otp UI written using javafx, supports TOTP and HOTP.

# Prerequisit
- openjdk 8
- openjfx
- openjfx-devel

To 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
```