-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Web Crypto for encrypting and decrypting on web
This removes our use of the CryptoJS library for performing encryption and decryption operations, instead using the browser’s built-in crypto APIs. We’re doing this as part of our work to remove the CryptoJS library (#1239) to reduce the size of our SDK. Resolves #1292.
- Loading branch information
1 parent
dd848f3
commit fcdb9f3
Showing
2 changed files
with
72 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters