AES Encryption (256) without m_crypt?
Moderator: General Moderators
AES Encryption (256) without m_crypt?
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?
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
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