Plain text password over HTTPS

后端 未结 7 608
耶瑟儿~
耶瑟儿~ 2020-12-07 13:19

I\'m currently working on a PHP OpenID provider that will work over HTTPS (hence SSL encrypted).
Is it wrong for me to transmit the password as plain text? HTTP

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-07 13:25

    If HTTP is disabled, and you only use HTTPS, then you're not really transmitting the password as plain text anyway.

提交回复
热议问题