简体   繁体   中英

Strong encryption SQL Server 2005-2008

I've read the posts here about trigger encryption with WITH ENCRYPTION keyword, but it's useless with all the decrypt tools on the network.

There are some other ways to encrypt the triggers?

If you really want to protect your business logic, use SQL CLR if basic encryption and an agreement with your customers are not enough. http://msdn.microsoft.com/en-us/library/938d9dz2.aspx

Quite frankly, and this is not meant as a slight towards you, but there is very little you could do in a T-SQL trigger these days that would take a whole lot to reverse engineer, even if users couldn't get access to the code. Taking this logic out of the database altogether is probably the best way to protect it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM