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
problem
I saw that in the authentication process the password is only encrypted using the md5 algorithm without any salt or key, this makes the password easily decryptable in transit.
solution
I suggest adding an encryption key that remains constant when using md5 in app-side and server-side, this will make decryption more difficult.
The text was updated successfully, but these errors were encountered:
problem
I saw that in the authentication process the password is only encrypted using the md5 algorithm without any salt or key, this makes the password easily decryptable in transit.
solution
I suggest adding an encryption key that remains constant when using md5 in app-side and server-side, this will make decryption more difficult.
The text was updated successfully, but these errors were encountered: