79625932

Date: 2025-05-16 21:09:24
Score: 0.5
Natty:
Report link

TOTP secret keys must be in Base 32. The only valid characters are letters (A-Z, any case) and digits from 2-7. You can use a regular expression to strip invalid characters: Replace all instances of /[^a-zA-Z2-7]/ with an empty string.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dave