vote up -2 vote down star
1

Hi I have created AES key in java using seed mechanism and the same thing using BlackBerry. My input string for Seed is same in both of these case. But I am getting different AES. But the created AES key should be same.

Is there any online help for creating AES key using seed mechanism for BlackBerry

Thanks Deepak

flag

0% accept rate

2 Answers

vote up 1 vote down

You have already asked this question. The answer I gave there is still the best way. I am using what is documented there to pass data between the Blackberry and a Java server program encrypted with AES. Works fine provided you follow the API documentation on each side.

link|flag
vote up 0 vote down

You can also refer existing post:

http://stackoverflow.com/questions/861679/generate-aes-key-with-seed-value

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.