encrypt and descrypt

F

freakazeud

Hi,
the purpose of encrypting a database is to completly render the data within
the application and the db objects itself useless. This would prevent anyone
from getting a hold of anything within the application with text processors
or some other utilities. However, a negative side effect of encryption is a
pretty noticeable decrease in performance. For the application to be useful
to users it has to decrypt it...then encrypt it again afterwards...so you can
imagine that this might influence performance a bit.
HTH
Good luck
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top