createHash icon indicating copy to clipboard operation
createHash copied to clipboard

Node style hashes for use in the browser, with native hash functions in node

Results 6 createHash issues
Sort by recently updated
recently updated
newest added

I am using this createHash package in my code. The problem is it works fine for the algorithms i.e. 'md5', 'rmd160' and 'ripemd160' however for the sha algorithms, I am...

Getting this error in react-native using crypto-browserify. Have setup .babelrc like this: `"plugins": [ ["babel-plugin-rewrite-require", { aliases: { crypto: 'crypto-browserify', } }]`

Related: https://github.com/bitcoinjs/bip32/issues/59 Seems like the only option is: 1. Check if version >= 17 2. If true, the index.js should also try to intercept ripemd160 calls and use pure JS....

**Issue**: There is no package-lock.json or npm-shrinkwrap.json file uploaded to the GitHub repository https://github.com/crypto-browserify/createHash **Questions**: We are conducting a research study on the lock files used in JS projects. We...

**Issue**: We detected vulnerable dependencies in your project by using the command “npm audit”: #### npm audit report trim-newlines

We wanted to use the package to create hashes in Chrome, but on initial testing it seems like this package doesn't work in the browser. When attempting to import the...