How to calculate SHA-256 of a bitmap image in android studio?
I have already tried converting image into byte array and then find its message digest but it gives a completely different answer than what I find using online SHA-256 converters. I know how to calculate SHA-256 for a string but I am unable to calculate SHA-256 for a bitmap image.