Quote Originally Posted by RedfishBluefish View Post
Is that hashing on client or server side?
Also, would they use a salt (like website name + date or something)? Otherwise someone could use the hash to login to other sites maybe...
It's done on the server side, if you use a sniffer you can clearly see your password go through in the header file. That's how almost everything works. Secure sites work differently, but DV is no a secure site since there is no dangerous information being passed around.