On Wed, 24 Oct 2007 15:15:15 +0200, Marco Cotroneo wrote:
> 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?
That depends on whom or what you want to hide the data from. If you want
to hide it from database user, you'll want to encrypt from within your
application.
--
When C++ is your hammer, everything looks like a thumb.
-- Steven M. Haflich