You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Love the app! One thing that I would love to see as a more secure (convenience as well) is the addition to authenticator apps such as Google Authenticator or Authy. Dunno if this is hard to implement but its just one more feature that could be added.
Thanks!
Nullifii.
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for using DTP!
For an OTP to make an authentification secure, the secret key of the OTP must be kept secret.
In this case, the only way to do this would be to encrypt it the same way the token is currently encrypted.
Therefore, if an attacker has your password, your token and the OTP secret key are compromised. Here, the OTP wouldn't make the token more secure.
Please let me know if you thought of another way of implementing this!
Hello,
Love the app! One thing that I would love to see as a more secure (convenience as well) is the addition to authenticator apps such as Google Authenticator or Authy. Dunno if this is hard to implement but its just one more feature that could be added.
Thanks!
Nullifii.
The text was updated successfully, but these errors were encountered: