Skip to content

Releases: amdelamar/jotp

Jotp v1.3.0

20 Sep 21:51
4231bb2
Compare
Choose a tag to compare

☑️ Added period parameter to timeInHex(time, period) to allow custom periods instead of 30s default. #14

Jotp v1.2.2

10 Nov 22:05
d494188
Compare
Choose a tag to compare

☑️ Fixed Android compatibility with Hex encode Strings #10
☑️ Fixed bug with Base32 secret not uppercased. Base32 secret should always be uppercased if not already. #12
☑️ Deprecated timeInHex() and random(), as both are not critical or needed. Will remove in next release. #13

Also:

Jotp v1.2.0

30 Jun 19:39
Compare
Choose a tag to compare

This version includes:

☑️ 100% code coverage
☑️ Published to JCenter
☑️ Package renamed from com.austindelamar to com.amdelamar
☑️ More unit tests

Jotp v1.1.0

17 Jun 20:09
Compare
Choose a tag to compare

This version includes:

☑️ Better documentation, Jitpack, CodeCov
☑️ OTP class with easy getURL()
☑️ Use of Type enum instead of String (e.g. Type.TOTP)
☑️ More unit tests.

Jotp v1.0.0

19 May 02:17
Compare
Choose a tag to compare

The first release of Jotp! 🎂
This version includes:

☑️ Hmac Based algorithm.
☑️ Time Based algorithm.
☑️ OTP class with easy create() and verify() methods.
☑️ Plenty of unit tests!
☑️ randomBase32() method for 2FA setup or account creation
☑️ timeInHex() method for easy Time bases (Unix Time - 30 second window)