Generate otp
OTP generation and validation library.
HmacSHA1
, HmacSHA256
and HmacSHA512
digests.Maven
<dependency>
<groupId>io.github.eendroroy</groupId>
<artifactId>kotp</artifactId>
<version>2.0.2</version>
</dependency>
Gradle
dependencies {
implementation("io.github.eendroroy:kotp:2.0.2")
}
Note: Check releases for latest version.
See Wiki
Bug reports and pull requests are welcome on GitHub at kotp repository. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)The project is available as open source under the terms of the MIT License.