HTML5 Client Side Data Encryption - What are my options?

后端 未结 9 801
离开以前
离开以前 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条回答
  •  -上瘾入骨i
    2020-12-05 04:15

    More recent browser versions should support Web Crypto API.

    1. See the live test page if you browser works
    2. The w3c Webcrypto API description
    3. Mozilla Developer Network Info on WebCrypto API

提交回复
热议问题