b4xencryption

  1. yo3ggx

    B4J Question B4XEncryption and jB4XEncryption interoperability

    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...
  2. M

    Android Question B4XEncryption

    Hello, For a new project I would need the library B4XEncryption. Anybody knows where I can download this extra Library? Johan
  3. D

    Tool B4XEncryption : Decrypt from Delphi

    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...
Top