Download JAR files tagged by totp with all dependencies
oath from group com.yubico.yubikit (version 2.7.0)
This library provides OATH functionality of YubiKey which allows to have an authenticator application and store secrets on YubiKey. Provides TOTP or HOTP.
0 downloads
Artifact oath
Group com.yubico.yubikit
Version 2.7.0
Last update 30. August 2024
Organization not specified
URL https://github.com/Yubico/yubikit-android/tree/main/oath
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies core,
There are maybe transitive dependencies!
Group com.yubico.yubikit
Version 2.7.0
Last update 30. August 2024
Organization not specified
URL https://github.com/Yubico/yubikit-android/tree/main/oath
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies core,
There are maybe transitive dependencies!
nano2fa from group com.github.embuc (version 1.10)
Two Factor Authentication (Auth) implementation for Java which uses the Time-based One-time Password (TOTP) algorithm.
0 downloads
Artifact nano2fa
Group com.github.embuc
Version 1.10
Last update 28. June 2024
Organization not specified
URL https://github.com/embuc/nano-2FA
License ISC License
Dependencies amount 1
Dependencies commons-codec,
There are maybe transitive dependencies!
Group com.github.embuc
Version 1.10
Last update 28. June 2024
Organization not specified
URL https://github.com/embuc/nano-2FA
License ISC License
Dependencies amount 1
Dependencies commons-codec,
There are maybe transitive dependencies!
kotlin-onetimepassword from group dev.turingcomplete (version 2.4.1)
A Kotlin one-time password library to generate "Google Authenticator", "Time-based One-time Password" (TOTP) and "HMAC-based One-time Password" (HOTP) codes based on RFC 4226 and 6238.
Group: dev.turingcomplete Artifact: kotlin-onetimepassword
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact kotlin-onetimepassword
Group dev.turingcomplete
Version 2.4.1
Last update 15. April 2024
Organization not specified
URL https://github.com/marcelkliemannel/kotlin-onetimepassword
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group dev.turingcomplete
Version 2.4.1
Last update 15. April 2024
Organization not specified
URL https://github.com/marcelkliemannel/kotlin-onetimepassword
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
otp-java from group com.github.bastiaanjansen (version 2.0.3)
A small and easy-to-use one-time password generator for Java according to RFC 4226 (HOTP) and RFC 6238 (TOTP).
0 downloads
Artifact otp-java
Group com.github.bastiaanjansen
Version 2.0.3
Last update 20. October 2023
Organization not specified
URL Not specified
License MIT License
Dependencies amount 1
Dependencies commons-codec,
There are maybe transitive dependencies!
Group com.github.bastiaanjansen
Version 2.0.3
Last update 20. October 2023
Organization not specified
URL Not specified
License MIT License
Dependencies amount 1
Dependencies commons-codec,
There are maybe transitive dependencies!
quarkus-mfa from group io.quarkiverse.mfa (version 0.5.8)
Enhanced forms based authentication with TOTP along with account lockout, password reset, and Authenticator setup.
0 downloads
Artifact quarkus-mfa
Group io.quarkiverse.mfa
Version 0.5.8
Last update 02. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies quarkus-core, quarkus-security, quarkus-arc, quarkus-jsonp, smallrye-jwt, quarkus-vertx-http, jose4j, two-factor-auth,
There are maybe transitive dependencies!
Group io.quarkiverse.mfa
Version 0.5.8
Last update 02. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies quarkus-core, quarkus-security, quarkus-arc, quarkus-jsonp, smallrye-jwt, quarkus-vertx-http, jose4j, two-factor-auth,
There are maybe transitive dependencies!
two-factor-auth from group com.j256.two-factor-auth (version 1.3)
Two Factor Authentication (Auth) implementation for Java which uses the Time-based One-time Password (TOTP) algorithm.
Group: com.j256.two-factor-auth Artifact: two-factor-auth
Show all versions Show documentation Show source
Show all versions Show documentation Show source
16 downloads
Artifact two-factor-auth
Group com.j256.two-factor-auth
Version 1.3
Last update 31. December 2020
Organization not specified
URL https://github.com/j256/two-factor-auth
License ISC License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.j256.two-factor-auth
Version 1.3
Last update 31. December 2020
Organization not specified
URL https://github.com/j256/two-factor-auth
License ISC License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
googleauth from group com.warrenstrange (version 1.5.0)
GoogleAuth is a Java server library that implements the Time-based One-time Password (TOTP) algorithm specified
in RFC 6238.
107 downloads
Artifact googleauth
Group com.warrenstrange
Version 1.5.0
Last update 04. April 2020
Organization not specified
URL http://maven.apache.org
License The BSD 3-Clause License
Dependencies amount 2
Dependencies commons-codec, httpclient,
There are maybe transitive dependencies!
Group com.warrenstrange
Version 1.5.0
Last update 04. April 2020
Organization not specified
URL http://maven.apache.org
License The BSD 3-Clause License
Dependencies amount 2
Dependencies commons-codec, httpclient,
There are maybe transitive dependencies!
kotlin-onetimepassword from group com.marcelkliemannel (version 1.0.0)
A Kotlin one-time password library to generate "Google Authenticator", "Time-based One-time Password" (TOTP) and "HMAC-based One-time Password" (HOTP) codes based on RFC 4226 and 6238.
0 downloads
Artifact kotlin-onetimepassword
Group com.marcelkliemannel
Version 1.0.0
Last update 28. January 2018
Organization not specified
URL https://github.com/marcelkliemannel/kotlin-onetimepassword
License MIT License
Dependencies amount 2
Dependencies kotlin-stdlib-jdk8, commons-codec,
There are maybe transitive dependencies!
Group com.marcelkliemannel
Version 1.0.0
Last update 28. January 2018
Organization not specified
URL https://github.com/marcelkliemannel/kotlin-onetimepassword
License MIT License
Dependencies amount 2
Dependencies kotlin-stdlib-jdk8, commons-codec,
There are maybe transitive dependencies!
onetrickpony from group com.osmerion.onetrickpony (version 1.0.0)
OneTrickPony is a modern Java library that implements support for One-Time Passwords (OTPs). The library requires Java 11 or later and is fully compatible with Java's module system. It has zero runtime dependencies on external libraries. Built-In support is provided for the HOTP (RFC 4226) and TOTP (RFC 6238) algorithms.
Group: com.osmerion.onetrickpony Artifact: onetrickpony
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact onetrickpony
Group com.osmerion.onetrickpony
Version 1.0.0
Last update 04. August 2023
Organization not specified
URL https://github.com/Osmerion/OneTrickPony
License BSD-3-Clause
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.osmerion.onetrickpony
Version 1.0.0
Last update 04. August 2023
Organization not specified
URL https://github.com/Osmerion/OneTrickPony
License BSD-3-Clause
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Page 4 from 3 (items total 39)