samdjstevens / java-totp

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

Fix #22 - Increase recovery codes entropy #23

Closed OlivierJaquemet closed 4 years ago

OlivierJaquemet commented 4 years ago

Change code generation :

Update unittest accordingly.

Update documentation with details on generated code format like "mwh1-7mx0-3ly9-9whn"

samdjstevens commented 4 years ago

Looks good, thanks!