in reply to Storing credit card numbers temporarily (OT)
Is there only one key for all of the the users?
If you create a new key each time a user submits a CC# then you can store the key in the final submit form in a hidden field. Now you can only decypt the CC# that is in the database when the final form is submitted.
As for the database entry I would have an order AND a cancel button on the web page, so that the user can delete the CC# from the database if they want. You should also expire (delete) the CC# in the database after some (relativly short) amount of time.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Storing credit card numbers temporarily (OT)
by phroggy (Monk) on Aug 14, 2005 at 03:04 UTC | |
Re^2: Storing credit card numbers temporarily (OT)
by bradcathey (Prior) on Aug 14, 2005 at 03:07 UTC | |
by gam3 (Curate) on Aug 14, 2005 at 13:49 UTC |