Encrypt/Decrypt

Rusty

Well-Known Member
Licensed User
Longtime User
I have encrypted some SQLlite columns within my b4a application. I've selected DESEDE for triple DES encryption. In my b4a application, it encrypts and decrypts successfully. I then FTP the SQLlite database to my "desktop" application and am trying to use the .NET Crypto dll (System.security.cryptography) to decrypt the column data within this application. This is failing. Is there a recommended dll that is compatible with the encryption library in b4a? Thanks in advance.
 
Top