Password hashing (non-SSL)

前端 未结 6 2501
迷失自我
迷失自我 2021-02-20 13:18

How is the password sent from browser to server in case of non-ssl transfer?

I want to use bcrypt to hash password+salt before sending.... but it seems there is no javas

6条回答
  •  遥遥无期
    2021-02-20 13:41

    Maybe you can try to implement the APOP command http://www.ietf.org/rfc/rfc1939.txt

提交回复
热议问题