You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are also using CryptoJs and we would like to replace the existing cryptoJs implementation with web crypto APIs in frontend. For text and objects, it is working fine but with files, we are first converting into WordArray using the below snippet
cryptoJs.lib.WordArray.create(FileObject)
what is something equivalent we can use to achieve the same result so that the hash generated by web crypto API is the same as generated by CryptoJs
The text was updated successfully, but these errors were encountered:
mustanish
changed the title
Equivalent crypto-js implementation in web crypto APIs
Equivalent crypto-js implementation in web crypto APIs (to migrate after deprecation)
Nov 16, 2023
We are also using CryptoJs and we would like to replace the existing cryptoJs implementation with web crypto APIs in frontend. For text and objects, it is working fine but with files, we are first converting into WordArray using the below snippet
cryptoJs.lib.WordArray.create(FileObject)
what is something equivalent we can use to achieve the same result so that the hash generated by web crypto API is the same as generated by CryptoJs
The text was updated successfully, but these errors were encountered: