Closed VamsiKrishnaMyneni closed 3 years ago
Hi,
You are probably trying to run this code on a non-secure connection (i.e. not HTTPS). The browser's native Webcrypto API (the one used by the library) blocks access to the crypto functions when not running over HTTPS. The only exception is for localhost.
I will close this issue assuming it resolved.
hi,