question

focus10 avatar image
focus10 asked

protect db

My db will be installed in the client server.

How can I avoid from client's sa or any body else to dive into the db structure, tables, views, procedures etc. is there any software that can hide my secrets from straingers?

thanks

securityhideprotection
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
anthony.green avatar image
anthony.green answered

Contractual agreements, Nondisclosure agreements, no right to reverse engineer.


While you could add the keyword “with encryption” to procs functions etc, it only takes 2 seconds to reverse it so there really is no point.

You want to protect your property, you need to make it legally binding in your software sales contracts.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.