joltup / rn-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.8k stars 767 forks source link

Usage of MD5 and SHA1 hashing algorithms in library. #827

Open prpgan opened 1 year ago

prpgan commented 1 year ago

While debugging my application I have found out that there is usage of MD5 and SHA1 hashing technique in this library in RNFetchBlobUtils.java. I want to know the purpose of usage of this techniques and Is there is any security concern from this to my application as these two(MD5 and SHA1) are weak hashing techniques.