[PHP] Re: keeping credit card info in session
- From: mlists@xxxxxxxxxxxxxxx (Jim King)
- Date: Tue, 10 Apr 2007 09:42:25 -0400
itocopus:
I stand corrected!
This document is the PCI self-assessment questionnaire for smaller merchants:
https://www.pcisecuritystandards.org/pdfs/pci_saq_v1-0.pdf
It lays out the requirements in detail (including encryption/ truncation) in one place and should answer all of the OP's questions. I'll be updating my systems to comply.
Thanks!
-Jim
On Apr 10, 2007, at 9:18 AM, itoctopus wrote:
Encryption is a mandatory part of PCI compliance....
--
itoctopus - http://www.itoctopus.com
"Jim King" <mlists@xxxxxxxxxxxxxxx> wrote in message
news:8AE50B49-6CD1-474A-857A-21F8BFC0D91C@xxxxxxxxxxxxxxxxxx
Does encrypting credit card information really do any good? You have
to store the keys somewhere to decrypt the data to use it. As we
have seen with blu-ray and HD DVD movies, the keys are the weak point
that are easily compromised. Besides, even encrypted data can be
decrypted by brute force. The strength of the encryption only
dictates how long it will take. Once you have the decryption key,
the strength of the encryption means nothing. Does anyone believe
that all these botnets are just for sending spam? You could use them
to create a huge supercomputer for code busting.
I think it is better to protect you network and passwords. Use the
Visa/MC/Amex standards that the companies themselves publish. None
of them require encryption, by the way.
On Apr 8, 2007, at 4:56 PM, itoctopus wrote:
Usually paying should be the last step, so you might probably want
to review
your workflow.
Anyways, if you're storing the credit card in the database, then
why are you
also storing it in the session, you can just query the database for
the
credit card based on the session id (so you should also store the
session id
in that table).
Since you're storing the credit card in the database, then you should
encrypt the credit card (there are plenty of encryption/decrypting
algorithms on the internet for PHP).
Other than that, I think everything is fine, and your system should
work
smoothly.
--
itoctopus - http://www.itoctopus.com
<siavash1979@xxxxxxxxx> wrote in message
news:1176056778.461933ca199b3@xxxxxxxxxxxxxxxxxxxxcredit
Hi All,
I've got quite a bit or php experience, but I've never had to deal
with
card info before. Now for a property rental site, I'm adding a wayusers to
for
be able to fill out a form which also has some credit card info incredit
it.
After they submit the form, there are a couple of more steps and
to pass
card info to the last page, I'm storing all the info in mydid
session. Now, I
go and bought an SSL certificate, so the booking section of theSSL
site is on
(https). I'm just wondering if this is secure enough. as far as ISSL
know,
means connection to server is secured, so session variables should besecuredtoo. no?an
Also after I get credit card info, I'm storing them in a mysql
table until
admin would log in to the site, see new reservations, charge themand
manually
contact the customer, and then that entry will be removed from myfor
database
ever. Is this ok? or is it a really bad idea? originally the plansend
was to
an email to the admin with credit card info, but then I realized thatemailsare very unsecure. so I decided to keep the info on the SSLsite.
section of the
anything
just because I'm dealing with credit cards, I'm so afraid of doingnow. Any suggestions? or perhaps any links to how to make it all moresecure?
Thanks a lot in advance,
Siavash
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
- References:
- keeping credit card info in session
- From: siavash1979
- Re: keeping credit card info in session
- From: "itoctopus"
- [PHP] Re: keeping credit card info in session
- From: Jim King
- Re: [PHP] Re: keeping credit card info in session
- From: "itoctopus"
- keeping credit card info in session
- Prev by Date: Re: [PHP] Dates and different time zones
- Next by Date: Re: [PHP] Dates and different time zones
- Previous by thread: Re: [PHP] Re: keeping credit card info in session
- Next by thread: Re: [PHP] keeping credit card info in session
- Index(es):
Relevant Pages
|
|