xlzd / gotp

Golang OTP(One-Time Password) Library.
MIT License
468 stars 67 forks source link

Spruce up the list of possible runes for 'random secret' generation. #8

Closed morrowc closed 4 years ago

morrowc commented 4 years ago

Permit upper/lower case alpha characters. Permit numbers. Permit the printable ascii speical characters.

morrowc commented 4 years ago

This is to address Issue #9

mergenchik commented 4 years ago

as discussed in issue #9 , I am also closing this pull request. Thank you for your interest.