Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当您登录到 django 时,密码是经过哈希处理然后传输还是以明文传输,服务器进行哈希处理?
这是在不使用 https 的情况下。
它以明文形式发送,然后服务器对其进行哈希处理。您需要使用 https 来防止窃听。