Hello all,
I'm in a project that will need to encrypt information with RC2 and have no idea how to do it. Is there a function or some class available for PHP?
Thanks!!
You may be able to use [man]mcrypt[/man]. Is there any special reason for the selection of RC2 as the cryptosystem?
Hi,
The system uses that method and the project is requiring us to encrypt with RC2.
And sorry, but, is there more guidance for the mcrypt usage with RC2?
Thanks!
alexislalas wrote:And sorry, but, is there more guidance for the mcrypt usage with RC2?
What exactly are you having trouble with?
I have no idea what function to apply :s
Oh, haha. Look at the examples, in particular example #2.