H Dindi
H Dindi

Reputation: 1552

MD5 password hashing in Java ME

I would like to hash my password in a mobile application using MD5. How do I do it? Please help.

Upvotes: 2

Views: 1036

Answers (2)

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

Related Questions