b4xencryption

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