how to secure POST method without using SSL?

前端 未结 5 982
一整个雨季
一整个雨季 2020-12-19 10:37

I\'m developing website where user submit credentials using ajax,php and using POST method and i want to protect login credentials not in plain text but i don\'t want to use

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-19 10:39

    Using SSL without a certificate should be possible. Makes you vulnerable to a man-in-the-middle-attack but encrypts the transferred data.

提交回复
热议问题