PHP mcrypt usage class?
Posted
by kavoir.com
on Stack Overflow
See other posts from Stack Overflow
or by kavoir.com
Published on 2010-03-24T01:54:19Z
Indexed on
2010/03/24
2:03 UTC
Read the original article
Hit count: 602
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!
© Stack Overflow or respective owner