Page 1 of 1

AES Encryption (256) without m_crypt?

Posted: Thu Apr 16, 2009 11:56 am
by cmate
I am hoping someone can help - I am looking for options on how I might encrypt a string at 256bit AES without access to m_crypt in php.??

Re: AES Encryption (256) without m_crypt?

Posted: Thu Apr 16, 2009 6:27 pm
by enoc22
I've used AES_ENCRYPT with Mysql before for storing passwords.
i don't know what m_crypt is, but i was able to store the passwords in a mysql database quite easily.
Is this similar to what your trying to do ?


Thanks
Oliver