AES Encryption (256) without m_crypt?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
cmate
Forum Newbie
Posts: 2
Joined: Tue Apr 08, 2008 12:50 pm

AES Encryption (256) without m_crypt?

Post 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.??
enoc22
Forum Commoner
Posts: 33
Joined: Wed Apr 01, 2009 12:45 pm

Re: AES Encryption (256) without m_crypt?

Post 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
Post Reply