crypto-browserify
crypto-browserify copied to clipboard
partial implementation of node's `crypto` for the browser
Getting following error when upgraded crypto-js from 3.3.0 to 4.0.0 and try to build application using webpack(4.41.6), ERROR in ./node_modules/crypto-browserify/test/create-hmac.js Module not found: Error: Can't resolve 'hash-test-vectors/hmac' in '/node_modules/crypto-browserify/test' @...
seems like we're going to need to upgrade bn.js to deal with buffer depreciations see crypto-browserify/publicEncrypt#20 crypto-browserify/createECDH#13 crypto-browserify/browserify-sign#45 and crypto-browserify/diffie-hellman#31# which will all need to be upgraded in sync in...
See title. Allows for deadcode elimination when not the module is imported but not actually used. This comes up for me when using NextJS where one frequently writes server side...
Hi there! i'm currently having an issue with my ede3-cbc encrypted private key and signature creation. i use the crypto modules to sign a string - this is being used...
I've posted this issue on the public-encrypt repo as well: https://github.com/crypto-browserify/publicEncrypt/issues/13 Public Encrypt is using sha1 for the hash function, is that secure? It sounds like sha1 is being deprecated...
An empty files array keeps the main file, package.json, README and LICENSE. The following files/directories are removed from the package: - example - .npmignore - test - .travis.yml - .zuul.yml
I have been having issues with browserified code using this package because it depends on non-browserified code to implement itself. Basically, this line is the issue: ```js exports.randomBytes = exports.rng...
Added a polyfill for webcrypto, which fixes subtle undefined error. This pull request contains pull request 215 for fixing the other missing parts.