HTML5 Client Side Data Encryption - What are my options?

后端 未结 9 805
离开以前
离开以前 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:05

    Storing sensitive user credentials are really not a good design. Instead generate a authenticated token from server using, say, sprint framework. You can then store the same in localstorage using the Web DB Security module.

提交回复
热议问题