Hello,
I'm using B4XEncryption library on Android for encryption and jB4XEncryption in B4J for decryption.
I get the following error when trying to decrypt in B4J:
If I encrypt/decrypt in B4A and in B4J separately, everything is working as expected.
Tried different bouncycastle jars in B4J...
Use DCPcrypt lib from https://sourceforge.net/p/dcpcrypt/code/HEAD/tree/
I took code from: http://keit.co/p/dcpcrypt-hmac-rfc2104/
The code:
uses DCPcrypt2, DCPsha1, DCPblockciphers, DCPrijndael;
function RPad(x: ansistring; c: AnsiChar; s: Integer): ansistring; var i: Integer;
begin...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.