is there any class i can use for my midlet to perform reliable password hashing , like md5 , sha-1 or shadow ?
is there any class i can use for my midlet to perform reliable password hashing , like md5 , sha-1 or shadow ?
Hi mikecotic,
here you can find an implementation of MD5 algorithm:
http://mobilepit.com/10/compact-md5-...avame-app.html
For a more complete cryptographic library, you can take a look at BouncyCastle too:
http://www.bouncycastle.org/
Pit