staticrypt icon indicating copy to clipboard operation
staticrypt copied to clipboard

Native crypto module could not be used to get secure random number

Open dgarcia360 opened this issue 5 years ago • 0 comments

npx staticrypt index.html test -o index.html throws the following error:

Native crypto module could not be used to get secure random number.

A quick fix could be to use a previous version of crypto-js:

  • https://github.com/brix/crypto-js/issues/256#issuecomment-584482094

dgarcia360 avatar Feb 11 '20 10:02 dgarcia360