HTML5 Client Side Data Encryption - What are my options?

后端 未结 9 825
离开以前
离开以前 2020-12-05 03:23

I am working on a EDIT: mobile web app which displays some sensitive information and requires a login which stores the members username and password in a HT

9条回答
  •  我在风中等你
    2020-12-05 04:19

    I work on an application that faces the same problem. Security is important for this application because it allows users to build personal trees (or nested lists) and to store them on the cloud.

    My solution is to encrypt the password stored on the client side with another password generated by the server for each user.

提交回复
热议问题