samdjstevens / java-totp

A java library for implementing Time-based One Time Passwords for Multi-Factor Authentication.
MIT License
422 stars 103 forks source link

Now accepts user-defined recovery code's length. Differentiated between readable and actual code. Backwards compatible. #44

Open NRSrivastava opened 3 years ago

NRSrivastava commented 3 years ago

Test Cases written for the above code changes.

README.md updated.