Closed Thread
Results 1 to 4 of 4

Thread: Securing SQL server from .Net IDE?

  1. #1
    zeroradius's Avatar
    zeroradius is offline Speaks fluent binary
    Join Date
    Feb 2008
    Location
    Ohio
    Posts
    1,403
    Rep Power
    25

    Securing SQL server from .Net IDE?

    Hey guys,

    I have a SQL database that is bound to sevral C# forms. The database will be put on users computer when they install my software. It will be holding sensitive information and I need to take precautions to make sure that only my program can access the data. I can do a login to my program to secure it, so all i need to know is how to secure a service based database from within .Net . I looked on the web and did not find anything useful, I also looked in a few books but again came up short. If you could point me in the right direction I would appreciate it.

    Thanks
    ~ Zero

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Securing SQL server from .Net IDE?

    You may need to clarify what you mean. Ultimately, if the users know the credentials to access the database, they can potentially get a SQL client pointed at it and go to town. If the access credentials are hard-coded into the app, then they are limited to what the app will let them do.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    zeroradius's Avatar
    zeroradius is offline Speaks fluent binary
    Join Date
    Feb 2008
    Location
    Ohio
    Posts
    1,403
    Rep Power
    25

    Re: Securing SQL server from .Net IDE?

    I don't want an external source to be able to copy the database and open it with some program that reads DB's and get the users sensitive data. So I want to know if there is a way to secure the DB or maybe have it Hide the DB file so that you don't see it unless you have show hidden selected for the folder?

  5. #4
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Securing SQL server from .Net IDE?

    Are you using Windows authentication or username/password for the credentials? Is it behind a firewall? Is it part of an intranet or on the internet? etc. etc. etc.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 12
    Last Post: 09-02-2011, 09:32 PM
  2. Securing a connection to the internet
    By ThemePark in forum Java Help
    Replies: 0
    Last Post: 05-25-2010, 03:52 PM
  3. Securing apache
    By imported_Affix in forum Linux Tutorials, Guides and Tips
    Replies: 3
    Last Post: 10-11-2009, 10:21 AM
  4. Securing Back End
    By gamiR in forum Software Security
    Replies: 4
    Last Post: 05-11-2009, 12:27 AM
  5. Securing PHP
    By NeedHelp in forum PHP Development
    Replies: 3
    Last Post: 11-07-2006, 05:40 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts