On Fri, 5 Nov 2004 13:10:43 -0500, Frantzcy Paisible
<[EMAIL PROTECTED]> wrote:
> I need to recreate this perl script in php :
I'm not sure if you realize it, but you can call the Perl script from
PHP using system().
--
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destin
Hi all,
I'm looking for some information, rearging mcrypt.
Now, I've been through the normal channels, I've been going in in cercles.
I need to recreate this perl script in php :
sub cryptage
{
use Crypt::CBC;
$key = "SuperFreak";
my $action = shift;
my $string = shift;
my $c
2 matches
Mail list logo