: Phpmyadmin http password security Is my password sent unencrypted when using Phpmyadmin through http? If not, is there any downside using http compared to https?
Is my password sent unencrypted when using Phpmyadmin through http?
If not, is there any downside using http compared to https?
More posts by @Yeniel560
2 Comments
Sorted by latest first Latest Oldest Best
Username and password are sent as plain text during login. After this they are sent in encrypted format in cookies.
You can check this using LiveHTTP Headers plugin in Firefox for example.
If you are connecting to phpMyAdmin through HTTP then your password (and all your data) is being sent unencrypted.
However, if the form you are using to enter your username/password is sent to an HTTPS script (even though you might be on an unencrypted HTTP page) then it is sent encrypted, but then you would expect to remain on HTTPS for the duration of your session.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.