Usage of MD5 and SHA1 hashing algorithms in library.
prpgan opened this issue · 0 comments
prpgan commented
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.