java-totp
java-totp copied to clipboard
Now accepts user-defined recovery code's length. Differentiated between readable and actual code. Backwards compatible.
- Now the RecoveryCodeGenerator module supports custom length for Recovery Codes.
- The Grouping size is also user-defined now.
- The RecoveryCodeGenerator module now returns both actual code and their readable counterparts.
Test Cases written for the above code changes.
README.md updated.