Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
amit002
Starting Member
3 Posts |
Posted - 2004-07-09 : 01:34:11
|
| We want to encrypt our entire database in SQL Server using RC4 algorithm.We have achieved this database encryption .But we are facing a new problem.We want to use the database for insert ,update,delete operations .Also we want to use data via select queries etc.But we do not want to use a middle tier which can exchange data between our application and the database.We also do not want to decrypt the database while modifying/using it because it will defeat the purpose of encryption.What shall we do to ensure usage of encryted database while not modifying either the front end application nor using a middle tier?Can we go beyond the limits of SQL Server? |
|
|
Wanderer
Master Smack Fu Yak Hacker
1168 Posts |
|
|
|
|
|