Search found 1 match

by bartmichael
Mon Jul 27, 2009 1:22 pm
Forum: madBasic
Topic: madCrypt and PHP - simple example needed
Replies: 7
Views: 26490

madCrypt and PHP - simple example needed

Hello! Has anyone a simple example how to: 1) encrypt a string in Delphi and decrypt it in PHP 2) encrypt a string in PHP and decrypt it in Delphi. Below is my code - it is working, but I do not know: 1) how to convert IV between Delphi (Int64) and PHP (string) 2) what function to use in PHP to encr...