Security, cryptography: Stupid Challenge - Response protocol?

前端 未结 4 1914
别跟我提以往
别跟我提以往 2021-02-11 06:02

Ok guys just a small game:

I have some specifications for a project. At some point they ask for the following to encrypt a password over the net, saying that it is a cha

4条回答
  •  悲&欢浪女
    2021-02-11 06:16

    How about the following:

    1. Server sends a random challenge
    2. Client sends SHA1 checksum of (challenge+password)
    3. Servers compares against SHA1 checksum of (challenge+stored password)

提交回复
热议问题