Reputation: 1552
I would like to hash my password in a mobile application using MD5. How do I do it? Please help.
Upvotes: 2
Views: 1036
Reputation: 50858
According to Fast MD5 Implementation in Java, you may have access to SATSA-CRYPTO.
If you do not, they have an implementation of MD5 available, which should work on J2ME, is available here.
Upvotes: 4