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.
Version2.0.0compared with
Version Details
| 1.0.0 | 2.0.0 | |
|---|---|---|
| Release date | Sep 20, 2019 | Sep 18, 2019 |
| Licenses | MIT | MIT |
| Vulnerabilities | None | None |
Compile Changes (2)
| 1.0.0 | 2.0.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| - Removed | commons-codec » commons-codec | 1.11 | - |
| - Removed | org.jetbrains.kotlin » kotlin-stdlib-jdk8 | 1.2.21 | - |
Runtime Changes (2)
| 1.0.0 | 2.0.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | commons-codec » commons-codec | - | 1.12 |
| + Added | org.jetbrains.kotlin » kotlin-stdlib | - | 1.3.41 |
Test Changes (3)
| 1.0.0 | 2.0.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| - Removed | org.junit.jupiter » junit-jupiter-api | 5.0.2 | - |
| - Removed | org.junit.jupiter » junit-jupiter-engine | 5.0.2 | - |
| - Removed | org.junit.jupiter » junit-jupiter-params | 5.0.2 | - |