Results 1 to 3 of 3

Thread: Database Security

Threaded View

  1. #1

    Thread Starter
    Fanatic Member x-ice's Avatar
    Join Date
    Mar 2004
    Location
    UK
    Posts
    671

    Resolved Database Security

    This is just an idea i had, i'm not developing anything really.

    If i was developing a large application that uses a database to store records of all customer, etc...

    The application is used to add, delete, edit, search records. There would also have a table in the database with login details of those who are permitted to use it.

    How would i secure the database (using encryption) so that nobody can ever read the database unless they use the application that will decrypt records that need to read?

    I was thinking of encrypting the whole database using the RSA algorithm, which there is an implementation of on .NET programming languages. But what would be the best way of doing this?
    Last edited by x-ice; Feb 24th, 2007 at 07:12 PM.

Posting Permissions

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



Click Here to Expand Forum to Full Width