webcrypto-liner icon indicating copy to clipboard operation
webcrypto-liner copied to clipboard

nativeCrypto.getRandomValues is not a function in Node

Open TJKoury opened this issue 3 years ago • 1 comments

Running into an error generating new keys:

TypeError: exports.nativeCrypto.getRandomValues is not a function

Understand shimming getRandomValues for each environment, suggest using randomFillSync. Can work on a pull if interested.

TJKoury avatar May 20 '21 22:05 TJKoury

Anything else you need on this pull?

TJKoury avatar Mar 08 '22 15:03 TJKoury