Security, cryptography: Stupid Challenge - Response protocol?

前端 未结 4 1804
时光说笑
时光说笑 2021-02-11 05:48

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:41

    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)

提交回复
热议问题