Dell Sala wrote: > I'd just love to create a simple solution for storing sensitive data > without requiring a special decryption setup on the client side. What do > you think? Am I playing with fire? You may want to look into the mcrypt extension for PHP, which supports a number of different ciphers. Dan