View Single Post
Old 08-04-2005, 02:39 AM   #1
rimzim
Knows Where the Search Button Is
 
Join Date: Jan 2005
Location: MAH
Posts: 38
Default How to generate Password-based secret key

Please Login to Remove!

Hello there,

Im writing an application under which I want to use the Password-based encryption with a message digest as MD5.
The equivalent J2SE API for the same is as under:
SecretKeyFactory.getInstance( "PBEWithMD5AndDES");

Can anybody please give me any such API exists on BlackBerry.

I have searched a lot for the same in Package net.rim.device.api.crypto, but failed to find the suitable one.

Please help me in this regard. Or at least suggest me any such API which can generate kety based on the given imput string, may be a password.

Thanx in advance, ealier help would be appreciatable.

RimZim.
Offline