Tagged Questions

2
votes
3answers
1k views

XSLT: Obtaining or matching hashes for base64 encoded data

I need to find a way to find a way to find the hash for the base64 encoded data in the XML node //note/resource/data, or somehow otherwise match it to the hash value in the node ...
0
votes
1answer
176 views

MD5 hashing to post image

Hi I am using below code to post image and I want to apply MD5 hashing in this code NSData *imageData = UIImageJPEGRepresentation(imageView.image, 50) ; ; EDAMResource *imageResource = ...