79768131

Date: 2025-09-18 07:57:58
Score: 1
Natty:
Report link

Use a fixed string for secretKey to replace random genereated 20 length string.

 'Dim mySecretKey As String = Me.GenerateRandomKey(20)
 Dim mySecretKey As String = "JBSWY3DPEHPK3PXP"

Using random secretkey causing QR code added account is not reusable. Therefore, we need to scan the QR code every time at the OTP validation step.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Matthew