How is MD5 hash of a blobstore blob encoded on Google AppEngine? -


on development server, after uploading blob blobstore, blobinfo.getmd5hash() returns string (why not binary hash?) seems hex encoded hash value. can proof true hashing file locally. on appengine getmd5hash() returns different. seems base64 encoded, decoding base64 not match locally. maybe uses different hashing algorithm, too? encoding used , why not consistent on development , production?

any appreciated.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -