BenRussell
Programmer
I am using the Rijndael cipher (utilizing CBC) to encrypt credit card numbers to store on a server (in the future).
However, I was wondering what the best way is to store the key for the encryption/decryption. I thought of simply storing it as plaintext in a MySQL database where my web application can then get it from the database and apply the cipher. Is this the best way?
- Ben
However, I was wondering what the best way is to store the key for the encryption/decryption. I thought of simply storing it as plaintext in a MySQL database where my web application can then get it from the database and apply the cipher. Is this the best way?
- Ben