Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revelc/totp4j
A TOTP implementation in Java (implements RFC6238)
https://github.com/revelc/totp4j
hacktoberfest
Last synced: 14 days ago
JSON representation
A TOTP implementation in Java (implements RFC6238)
- Host: GitHub
- URL: https://github.com/revelc/totp4j
- Owner: revelc
- License: apache-2.0
- Created: 2019-03-22T06:18:10.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-08-04T21:17:50.000Z (over 4 years ago)
- Last Synced: 2024-11-12T15:28:38.922Z (2 months ago)
- Topics: hacktoberfest
- Language: Java
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![mvn verify][ci_img]][ci_link]
[![Maven Central][maven_img]][maven_link]
[![License][license_img]][license_link]# TOTP4j (TOTP For Java)
View this plugin's documentation at:
https://code.revelc.net/totp4jA TOTP implementation in Java
To build:
```
mvn clean verify
```A basic GUI can be run with:
```
mvn exec:java -Dexec.mainClass=net.revelc.code.otp.totp.TotpUi
```This plugin uses [Semantic Versioning 2.0.0][1] for its own versioning. Its
public API is the names of the goals and configuration options.[1]: https://semver.org/spec/v2.0.0.html
[ci_img]: https://github.com/revelc/totp4j/workflows/mvn%20verify/badge.svg
[ci_link]: https://github.com/revelc/totp4j/actions
[license_img]: https://img.shields.io/badge/license-Apache%202.0-blue.svg
[license_link]: https://github.com/revelc/totp4j/blob/main/LICENSE
[maven_img]: https://maven-badges.herokuapp.com/maven-central/net.revelc.code/totp4j/badge.svg
[maven_link]: https://maven-badges.herokuapp.com/maven-central/net.revelc.code/totp4j