Hello All,
I am making an app for a project where I have a requirement to do the following
1. There is a string X
2. Convert the string to Md5 string
3. Truncate the string to Y
4.convert Y string to big Endian INT
I have successfully reached till step 3 but struggling at point 4
After searching the forums I was not able to find anything
can someone show how to convert the string to unsigned 32 Big Endian int ?
thank you
I am making an app for a project where I have a requirement to do the following
1. There is a string X
2. Convert the string to Md5 string
3. Truncate the string to Y
4.convert Y string to big Endian INT
I have successfully reached till step 3 but struggling at point 4
After searching the forums I was not able to find anything
can someone show how to convert the string to unsigned 32 Big Endian int ?
thank you