I am working on a very small form that accepts credit card numbers, which will soon be cleared. As long as they exist in the database, I would like them to exist in a convenient state of encryption. Unfortunately, over the many years of development of web development, programming and database development, I have never had the opportunity to learn myself in the field of encryption.
Is there a relatively easy way to encrypt credit card numbers that I can implement quickly? A set of functions, a class, anything at all that will do its job and be done well? I take this opportunity to talk about myself on this subject, but because of the sensitivity to time, it takes more than just pushing in the right direction.
Language: PHP / Storage: MySQL
source
share