At 11:00 AM 3/26/05, Jimbob wrote:
I have an input script which is a bare minimum for hiding the password the
user enters and stores and encrypted password. However, I am unable to
retrieve the encrypted pw and decrypt it as I do not have the code for the
decrypt function. Does anybody know of a
I have an input script which is a bare minimum for
hiding the password the user enters and stores and encrypted password. However,
I am unable to retrieve the encrypted pw and decrypt it as I do not have the
code for the decrypt function. Does anybody know of available scripts for
password i
Hi Ron
I notice you use short tags, did you update this in php.conf file?
short_open_tag = On
I'm not sure if default is on or off. I know this a simple solution, but
sometimes the obvious is overlooked :+)
Regards
Allan
Ron Reid wrote:
Hello,
I use XTea for encrypting credit card data. My curre