-
Can we use the web crypto api across the board instead of node crypto? This could make this library fully compatible not only with traditional node environments and browsers, but also relatively newer…
-
Hey hey 👋
Love this module, but it relies in `node:crypto` which is not available in edge environments or browser.
Here's a version which uses the [web crypto API](https://developer.mozilla.org…
-
When I attempt to test a function, such as `getAccountSummary`, I encounter the error: "Cannot read properties of undefined (reading 'subtle')." However, when I test the API endpoints directly using A…
-
In the NS runtime, the code will return undefine
`
var crypto = global.crypto || global.msCrypto
`
Any plan to support Web Crypto API?
https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypt…
-
Haven't used SubtleCrypto before myself, but it seems it could increase security.
https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API
https://caniuse.com/#feat=cryptography
-
There is a need to store keys in the browser in a secure way, avoiding plaintext options like `localStorage`.
Brave Wallet supports only Ethereum signing options. But there is more potential, eg: h…
-
I am getting an error as to become an admin update the password for a minimum of 20 characters.
I updated the password and logged in again still getting the same error.
And I am not able to set up m…
-
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 con…
-
Keys should be consistent between renders, so random numbers should not be used.
Use a reproducible UUID instead. It's suggested to use https://developer.mozilla.org/en-US/docs/Web/API/Crypto/rando…
-
## Description
![image](https://user-images.githubusercontent.com/2965009/118449441-d4502200-b6fb-11eb-9382-cd6fa5d4c58a.png)
## Steps to Reproduce
1. Navigate to http://mago.cry…