derez Expert Licensed User Mar 1, 2015 #2 searching the forum will probably give you this within other good results: http://www.b4x.com/android/forum/threads/return-md5-from-string.19650/
searching the forum will probably give you this within other good results: http://www.b4x.com/android/forum/threads/return-md5-from-string.19650/
Johan Schoeman Expert Licensed User Mar 1, 2015 #3 DickyNAS said: How to encode string to md5 Click to expand... It comes from here Edit: added a second java method to the attached project (MD5V1) and it gives the same result for the same string. You need to enable the JavaObject library for both the attached projects to work Attachments MD5.zip 11.1 KB Views: 218 MD5V1.zip 11.3 KB Views: 177 Last edited: Mar 1, 2015
DickyNAS said: How to encode string to md5 Click to expand... It comes from here Edit: added a second java method to the attached project (MD5V1) and it gives the same result for the same string. You need to enable the JavaObject library for both the attached projects to work