java-totp icon indicating copy to clipboard operation
java-totp copied to clipboard

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

Open NRSrivastava opened this issue 4 years ago • 0 comments

  • 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.

NRSrivastava avatar Jun 13 '21 08:06 NRSrivastava