Sending passwords over the web

后端 未结 4 658
没有蜡笔的小新
没有蜡笔的小新 2021-01-03 04:02

So I\'m working on a mobile platform application that I\'d like to have users authenticate over the web. I was wondering the best way to do security. The user is sending a p

4条回答
  •  旧时难觅i
    2021-01-03 04:31

    As Pekka pointed out, SSL is your best option.

    As an alternative, using SHA in JavaScript is pretty easy, fast, and it's already been written. Here's an example and here's a library: crypto.js

提交回复
热议问题