![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
What are the legal implications of storing bank details and/or debit or credit card details of customers in a database in the UK? Assuming it's illegal to just simply store them unencypted, how do I store them legally? What technical and legal processes should be followed in order to do this? |
#3
| |||
| |||
|
|
What are the legal implications of storing bank details and/or debit or credit card details of customers in a database in the UK? Assuming it's illegal to just simply store them unencypted, |
|
how do I store them legally? |
|
What technical and legal processes should be followed in order to do this? |
#4
| |||
| |||
|
|
Often such leaks would be an inside job, and any decryption tools would be available to internal crooks anyway, hence encrypting doesn't really gain you anything. |
#5
| |||
| |||
|
|
Erm, no if you fail to encrypt I think it highly unlikely that anyone would consider you'd taken due care with the data, I would expect all personal data to be encrypted beyond something basic like name/email address. Remember physical theft of computers or backup tapes etc. is something that is surprisingly common, and you have to defend against it. Encryption is of course part of that. |
#6
| |||
| |||
|
|
I'm not saying encryption would not be a wise thing to do, I'm just disagreeing with the proposition that it would be "illegal" not to. |
#7
| |||
| |||
|
|
On Sun, 04 Jun 2006 14:10:06 GMT, Ronald Raygun no.spam (AT) localhost (DOT) localdomain> wrote: I'm not saying encryption would not be a wise thing to do, I'm just disagreeing with the proposition that it would be "illegal" not to. Well it's certainly not illegal in that there's a law requiring it, however there is a law requiring appropriate levels of security, I would suggest that you're not going to convince a judge that not encrypting was appropriate, given how trivial it is. |
#8
| ||||||
| ||||||
|
|
Jim Ley wrote: Well it's certainly not illegal in that there's a law requiring it, however there is a law requiring appropriate levels of security, I would suggest that you're not going to convince a judge that not encrypting was appropriate, given how trivial it is. What law is that, then? |
|
Having regard to the state of technological development and the cost of implementing any measures, the measures must ensure a level of security appropriate to- (a) the harm that might result from such unauthorised or unlawful processing or accidental loss, destruction or damage as are mentioned in the seventh principle, and (b) the nature of the data to be protected. |
|
And who's to say that "appropriate" would not be satisfied by simply password-protecting login-access to the machine, and setting appropriate file permissions? |
|
In any case, it's not trivial at all, given the requirement that the computer which is going to be stolen must itself already contain the decryption capability, |
|
given that the purpose of holding the data is to make them available on line. Typically you would present an online customer with a payment form on which the card details are already pre-filled in, so the customer can confirm the details or replace them with those of a different card. |
|
It would be the equivalent of storing paper records in a locked safe, but leaving the key in the door, or, in the case of a combination lock, writing the combination on a pice of paper taped to the door. |
#9
| |||
| |||
|
|
What are the legal implications of storing bank details and/or debit or credit card details of customers in a database in the UK? Assuming it's illegal to just simply store them unencypted, how do I store them legally? What technical and legal processes should be followed in order to do this? |
#10
| |||
| |||
|
|
On Sun, 04 Jun 2006 14:42:08 GMT, Ronald Raygun no.spam (AT) localhost (DOT) localdomain> wrote: In any case, it's not trivial at all, given the requirement that the computer which is going to be stolen must itself already contain the decryption capability, Erm, no it doesn't! there are many reasons for securing passwords that do not require the decryption ability be on the same machine, indeed none of the ones you've mentioned do. The Refunds and Repeat business are simply done by sending the encrypted version from the DB to the seperate machine for decryption, that's how I've always seen it implemented when done remote appropriately. |
|
It would be the equivalent of storing paper records in a locked safe, but leaving the key in the door, or, in the case of a combination lock, writing the combination on a pice of paper taped to the door. it's not at all the same. |
![]() |
| Thread Tools | |
| Display Modes | |
| |