Introduction - If you have any usage issues, please Google them yourself
MD5 transform dynamic-link library file called: (delphi examples )====================================== =================================== function transfer (tran: widestring): widestring stdcall external md5.dll name transfer// edit1 for input characters, edit2 output md5 summary procedure TForm1.Button1Click (Sender: TObject) beginedit2.text: = transfer (edit1.Text) end