Encrypting database information

2007-07-18 Thread Bosky, Dave
Can anyone recommend a good encryption method for sensitive information(login details, etc...) stored in database tables? Thanks, Dave ** HTC Disclaimer: The information contained in this message may be privileged and

Re: Encrypting database information

2007-07-18 Thread Tom Chiverton
On Wednesday 18 Jul 2007, [EMAIL PROTECTED] wrote: Can anyone recommend a good encryption method for sensitive information(login details, etc...) stored in database tables? Does simply hashing the value before insert solve your problem ? -- Tom Chiverton

Re: Encrypting database information

2007-07-18 Thread Eric Haskins
md5 (one way encrypt) Hash pretty much standard way for passwords. I know alot of people that dont even encrypt passwords any more. The thought is if they have hacked your database what do they need the password for :) As for credit cards,customer details and such Usually requires something