1

I'm pretty new at this. Tried to make sense of the manual page for mcrypt at PHP.net when I thought a good tutorial would do a better job. So I searched yet without anything substantial.

I also tried one of the examples of using mcrypt to perform the encryption and decryption with 2 functions, but it gives a warning of "Size of key is too large for this algorithm".

Can anyone please write me a two-way class to do the encryption / decryption using mcrypt so I can make sense of the library? Thanks!

Jacco
  • 23,534
  • 17
  • 88
  • 105
datasn.io
  • 12,564
  • 28
  • 113
  • 154
  • 2
    How about asking for help with the library, instead of asking us to do work for you? If you want an open-source bit of software done without doing it yourself, you can at least offer to pay: http://nextsprocket.com/ – Matchu Mar 24 '10 at 02:21

1 Answers1

9

See this SO thread: PHP Mcrypt - Encrypting / Decrypting file

FYI, it's very uncool to ask people to do your work for you. At least show an effort. We're here to help, not be slave labor.

Community
  • 1
  • 1
John Conde
  • 217,595
  • 99
  • 455
  • 496