Do you have a reference to these laws that we could look at?

On Oct 4, 4:31 am, イタリア人 <[EMAIL PROTECTED]> wrote:
> Hello,
>
> as per the european community laws on privacy and data protection, it
> seems that even if a database is stolen, it should not be possible to
> reconstruct the data tables links without the final application.
>
> For example, if Mr Right Person lives in 15 Cambden Street, London,
> the table "persons" and the table "addresses" should be linked
> together with an hashed key:
>
> SELECT * FROM 
> persons,addressesWHEREcrypt(persons.id,'hereyoursalt')=addresses.id
>
> Do you know how can I set this up in models in a way that I have not
> to re-write queries ?
>
> Thanks
> イタリア人
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to