I have a delphi function that I export as dll, here I leave my code:
library MdEncDec;
uses
System.SysUtils,
System.Classes,
Bcrypt;
{$R *.res}
function EncryptWord( value: PChar ): ShortString; stdcall; export;
var
BCRYPT1: TBCRYPT...
asked by
07.11.2018 / 19:24