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!
I would like to use a simple encryption mechanism to encrypt customer's personal details stored on my site.
I can't use crypt() as it's a one-way function - can anyone recommend a good, free, but robust encryption algorithm I could use to encrypt and decrypt the data?