dotp icon indicating copy to clipboard operation
dotp copied to clipboard

Dart One-Time Password module.

Results 2 dotp issues
Sort by recently updated
recently updated
newest added

#0 base32.decode (package:base32/base32.dart:103:7) E/flutter ( 5767): #1 OTP.generateOTP (package:dart_otp/src/otp.dart:60:26) E/flutter ( 5767): #2 TOTP.now (package:dart_otp/src/totp.dart:50:18) E/flutter ( 5767): #3 _SplashScreenState._randomNumber (package:mytableqatar/ui/SplashScreen.dart:71:10) E/flutter ( 5767): #4 _SplashScreenState.initState. (package:mytableqatar/ui/SplashScreen.dart:112:7) E/flutter ( 5767):...

Though the standard allows for the use of SHA-1, it shouldn't be used to generate an OTP due to the discovered collission. Google Authenticator uses SHA-256 which is secure. Also...