Hello, I am developing a site using Pylons 0.9.7. One of the key form entries is going to be credit card information when the client registers. I am storing all the client information in the sql alchemy database.
When the user want to view his information the credit card information is shown only viewing the last 4 digits. I could and probably should encrypt the credit card information prior to inserting into the database and decrypt when reading from the database. I did a demo last night and was told that it was no,no that the credit card information be shown. I'm assuming this problem is common hence could somebody shed some light into how to handle this information in a secure way? Should/Shouldnt I reflect some part of the number to the client? Much appreciated any insight on this. Thanks, garyc -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
