Android Question Encryption library: what is it's encryption method?

Facilauto Juan

Member
Licensed User
Longtime User
Hello there!

I'm using the Encryption library to encrypt my data. I want to use that same data in my VB6 application. I need to decrypt the data in my VB6 in order to use it, but... for that I need a compatible decrypt function in VB6.

How could I do that?

Thanks for the answers.
 

Facilauto Juan

Member
Licensed User
Longtime User
Mm... Is this the line that tells the library which encryption method to use?

kg.Initialize ("DES")
cc.Initialize ("DES/ECB/NoPadding")
 
Upvote 0
Top