-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
967174f
commit c2216a7
Showing
4 changed files
with
35 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
### 1.0.0 | ||
|
||
_Not Released Yet_ | ||
_Released 2023 Aug 04_ | ||
|
||
#### Overview | ||
|
||
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](https://www.rfc-editor.org/rfc/rfc4226)) | ||
and TOTP ([RFC 6238](https://www.rfc-editor.org/rfc/rfc6238)) algorithms. | ||
|
||
This is a maintenance release only and does not contain any behavioral change. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
### 0.1.0 | ||
### 1.0.0 | ||
|
||
_Released 2023 Feb 05_ | ||
_Released 2023 Aug 04_ | ||
|
||
#### Overview | ||
|
||
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](https://www.rfc-editor.org/rfc/rfc4226)) | ||
and TOTP ([RFC 6238](https://www.rfc-editor.org/rfc/rfc6238)) algorithms. | ||
and TOTP ([RFC 6238](https://www.rfc-editor.org/rfc/rfc6238)) algorithms. | ||
|
||
This is a maintenance release only and does not contain any behavioral change. |