I am currently working on uploading media on Azure Blob storage. All is working fine except when i try to macth the MD5 hash of uploaded media with the local file (exactly same one which was uploaded). Local file returns a byte array where are blob.Properties.ContentMD5 returns a string and both do not match.
Local MD5 hash: sÔ(F¦‚"“Db~[N
blob.Properties.ContentMD5: c9QoHkamgiKTRANifltOGQ==
Any possible way to match both these?