Posted by Schraalhans Keukenmeester on 05/16/07 12:16
At Wed, 16 May 2007 13:47:52 +0200, Erazem Polutnik let his monkeys type:
> Hello,
> I would like to encrpyt/decrpyt a string using RC5 algorithm with PHP
> script.
> Is there already a function to do it?
>
> Many thanks for answer.
> Erazem
Not that I know of. The algorithm is described elaborately in the RFC, you
could code it yourself in PHP or put it in a C extenstion.
ftp://ftp.nordu.net/rfc/rfc2040.txt
HTH
Sh.
[Back to original message]
|