Relative Content

Tag Archive for react-nativesecurityrn-fetch-blobreact-native-blob-util

react-native-blob-util weak hash workaround?

So, the company I work for recently did a security scan on one of our apps, and we got a weak hash vulnerability alert from the react-native-blob-util library. After doing some research, I found that the vulnerability was being detected due to a method used to get the hash of files that were encrypted with the MD5 hash; it isn’t used to encrypt anything.