Can I safely store multiple customer credit card numbers in a table that is InnoDB, if I use an Encrypt() to encrypt the number and then decrypt the number? The site will have a shared SSL cert on it. Please give me tips.
- Re: InnoDB? Rick Langschultz
- Re: InnoDB? mos