how to copmute a md5 with a device ID

  • Thread starter Thread starter spiazzi
  • Start date Start date
Sure the MD5 algorithm is well documented and there is even source code
freely available on the web. But that just seems a little too obvious and
easy. Perhaps you could explain in more detail what it is you are trying to
do?
 
I want to compute the md5 from deviceId:
So,
1)How to get deviceId?
2)How to compute md5 from it, that is how to
obtain a string rappresentation of md5 with key the deviceId to store in a
file as a key for the device.


Thanks
 
Back
Top