View Single Post

   
  #4 (permalink)  
Old 02-28-2008, 11:29 AM
Marco Cotroneo
 
Posts: n/a
Default Re: Criptazione dati

lark ha scritto:
> == Quote from Marco Cotroneo (m.cot@italia.it)'s article
>> Marco Cotroneo ha scritto:
>>> Salve!
>>> Esiste un modo "automatico" per criptare e decriptare i dati in
>>> database mysql?
>>>
>>> Grazie

>> Sorry I did not notice it was the english newgroup
>> Is there a way to crypting and decripting an entire mysql database?
>> I mean, should I manually encrypt decript data in my client application?
>> thx
>> Marco

>
>
> yes, you have to do it manually as far as i know.


That means if I use encode or decode functions, I need to encode or
decode on each insert update or select right?
Advice on which decryption function or method to use ?

For e.x. the encode functin need a second parameter to crypt the value,
is there a way to have the sencond parameter stored as a global variable?



thanks for any advice

Marco


> --
> POST BY: lark with PHP News Reader ;o)

Reply With Quote