vote up 0 vote down star

While testing the payment gateway for some eCommerce site, is there any way to check if the cookies are saving the user's credit card details? If so, can we verify if they are in encrypted form?

flag

1 Answer

vote up 0 vote down

Beyond just looking at the content of the cookies? (You can also check the scope and expiry of cookies and whether the gateway works if the cookies are not accepted)

However, if you don't find the CC details they could be encrypted or disguised but that won't tell you how well encrypted they are.

Obtaining a statement from the gateway provider may be the only way forward if the CC details are not obvious in the cookies.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.