|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Help on Data Security choice ?I need to make a strategic decision on an application where data security is important. Collected data must be stored in a database and I need to create an application using vb.NET to collect those data and store them in that database. The problem is that data in that database is the know how of my company so they need to be protected from not beeing copied, duplicated, exported.. First I was thinking to store the data in an access database located on a file server with NTFS permision. But then anyone can copie the file to another place even with a readonly attribute right ? Then I was thinking of an SQL database, where it is a little bit harder to copy database localy and you have to pass the server security and the database security. Depending of that choice, will I ahve to go to Windows APP or Web App to keep in my this security point ? What is the proper choice ? thnaks for your help Regards Serge Serge,
If you try to copy a SQL .DBF and .LDF while the file is in use you will get an error, the file would be in use by your SLQ server. As long as your server is up and running you can not copy the SQL files. Assuming you only let someone with admistrative rights start and stop the SQL service, your data is quite secure. Rick Show quoteHide quote "serge calderara" <sergecalder***@discussions.microsoft.com> wrote in message news:135A9FD5-227B-4A87-ACB8-D1152D7860CA@microsoft.com... > Dear all, > > I need to make a strategic decision on an application where data security is > important. Collected data must be stored in a database and I need to create > an > application using vb.NET to collect those data and store them in that > database. > > The problem is that data in that database is the know how of my company so > they need to be protected from not beeing copied, duplicated, exported.. > > First I was thinking to store the data in an access database located on a > file server with NTFS permision. But then anyone can copie the file to > another place even with a readonly attribute right ? > > Then I was thinking of an SQL database, where it is a little bit harder to > copy database localy and you have to pass the server security and the > database security. > > Depending of that choice, will I ahve to go to Windows APP or Web App to > keep in my this security point ? > > What is the proper choice ? > > thnaks for your help > Regards > Serge >
Assembly.Load fails after assembly preloaded using Assembly.LoadFrom (v1.1.4322)
API to access loaded assembly hash Medium Level Trust and Reflection Active Directory Machine Account Permissions DESCryptoServiceProvider Authentication/Impersonation Inconsistency Encrypting data using System.Security.Cryptography/ Decrypting w/PGP Assymetric Encryption - Interorperability between Java2, .NET and Openssl XmlSerialization of classes with declarative Security Windows user controls in a web page: Security |
|||||||||||||||||||||||