Security

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Encrypting MS SQL databases

    7 answers - 1220 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Hi list !
    I'm currently working on a solution needing to perform replications
    between MS SQL Server databases: there will be a central database and
    several laptops connecting to it. The replications will occur on the
    laptops, so they will have all the data on them, including sensitive
    data.
    So I will need to encrypt the data in their databases, and AFAIK, MS SQL
    server 2K does not have encryption tools included.
    So I will be looking for a tool that:
    - will not be a millstone around people's neck :) (having 5 more
    logins/passwords to know just because of the encryption)
    - will be strong enough to not panic if a laptop is stolen :)
    Any clue will be appreciated !
    This list is sponsored by: Norwich University
    EARN A MASTER F SCIENCE IN INFRMATIN ASSURANCE - NLINE
    The NSA has designated Norwich University a center of Academic Excellence
    in Information Security. program offers unparalleled Infosec management
    education and the case study affords you unmatched consulting experience.
    Using interactive e-Learning technology, you can earn this esteemed degree,
    without disrupting your career or home life.
  • No.1 | | 176 bytes | |

    Hi
    What about an encrypted volume on every laptop? You can use example
    TrueCrypt to mount the volume. TrueCrypt supports password and using
    an file as an password.
  • No.2 | | 1902 bytes | |

    easy.
    just store the replicated data to a encrypted vault on the notebook.

    encrypted vaults is a software based solution that appear as a
    physical drive to the S. Most of the business class laptops include a
    free encrypted vault software. Dell includes WaveSys Security Center,
    HP includes ProtectTools, and IBM includes Utimaco.

    The followign is a review of the encrypted vaults that come with HP and Dell:
    #_Toc141103879

    If you want to further secure the laptop so that data may not be
    stolen from swap/temporary files, try one of the full disc encryption
    products:

    8/11/06, MARTIN Benoni <benoni.martin (AT) arcelor (DOT) comwrote:
    Hi list !

    I'm currently working on a solution needing to perform replications
    between MS SQL Server databases: there will be a central database and
    several laptops connecting to it. The replications will occur on the
    laptops, so they will have all the data on them, including sensitive
    data.

    So I will need to encrypt the data in their databases, and AFAIK, MS SQL
    server 2K does not have encryption tools included.

    So I will be looking for a tool that:
    - will not be a millstone around people's neck :) (having 5 more
    logins/passwords to know just because of the encryption)
    - will be strong enough to not panic if a laptop is stolen :)

    Any clue will be appreciated !

    This list is sponsored by: Norwich University

    EARN A MASTER F SCIENCE IN INFRMATIN ASSURANCE - NLINE
    The NSA has designated Norwich University a center of Academic Excellence
    in Information Security. program offers unparalleled Infosec management
    education and the case study affords you unmatched consulting experience.
    Using interactive e-Learning technology, you can earn this esteemed degree,
    without disrupting your career or home life.

    --
  • No.3 | | 2956 bytes | |

    Hi Martin,

    There are many approaches to encryption available these days. Rather
    than
    considering encrypting the data 'inside' the application perhaps it
    might be
    easier for all concerned to encrypt the files instead. This would
    ensure that
    only the appropriate credentials could gain access to the replicated
    databases.
    If the data is extremely sensitive I would be remiss in not
    mentioning a two
    factor authentication mechanism. While this is somewhat more
    difficult for your
    end-users, the added security is quickly becoming a de-facto standard
    for
    business critical applications and services.
    Knowing that IT budgets are often strained these days, it might be
    efficacious
    for you to consider truecrypt (http://www.truecrypt.org/) for these
    needs. The
    product is free and open source and works on most MS Windows S and
    Linux
    (which also opens up BSDs) The documentation is quite good, and given
    its
    price it would allow you to quickly resolve the situation without an
    added
    budget requirement. Good luck with your work on this effort.

    Sincerely,

    Sean Swayze
    info AT pcsage DT biz

    11-Aug-06, at 5:37 AM, MARTIN Benoni wrote:

    Hi list !

    I'm currently working on a solution needing to perform replications
    between MS SQL Server databases: there will be a central database and
    several laptops connecting to it. The replications will occur on the
    laptops, so they will have all the data on them, including sensitive
    data.

    So I will need to encrypt the data in their databases, and AFAIK,
    MS SQL
    server 2K does not have encryption tools included.

    So I will be looking for a tool that:
    - will not be a millstone around people's neck :) (having 5 more
    logins/passwords to know just because of the encryption)
    - will be strong enough to not panic if a laptop is stolen :)

    Any clue will be appreciated !

    This list is sponsored by: Norwich University

    EARN A MASTER F SCIENCE IN INFRMATIN ASSURANCE - NLINE
    The NSA has designated Norwich University a center of Academic
    Excellence
    in Information Security. program offers unparalleled Infosec
    management
    education and the case study affords you unmatched consulting
    experience.
    Using interactive e-Learning technology, you can earn this esteemed
    degree,
    without disrupting your career or home life.

    This list is sponsored by: Norwich University

    EARN A MASTER F SCIENCE IN INFRMATIN ASSURANCE - NLINE
    The NSA has designated Norwich University a center of Academic Excellence
    in Information Security. program offers unparalleled Infosec management
    education and the case study affords you unmatched consulting experience.
    Using interactive e-Learning technology, you can earn this esteemed degree,
    without disrupting your career or home life.

  • No.4 | | 1079 bytes | |

    MARTIN Benoni wrote:
    Hi list !

    I'm currently working on a solution needing to perform replications
    between MS SQL Server databases: there will be a central database and
    several laptops connecting to it. The replications will occur on the
    laptops, so they will have all the data on them, including sensitive
    data.

    So I will need to encrypt the data in their databases, and AFAIK, MS SQL
    server 2K does not have encryption tools included.

    So I will be looking for a tool that:
    - will not be a millstone around people's neck :) (having 5 more
    logins/passwords to know just because of the encryption)
    - will be strong enough to not panic if a laptop is stolen :)

    Any clue will be appreciated !
    From my list of links:
    SIX STEPS T SECURE SENSITIVE DATA IN MYSQL
    If you're using MySQL, there are some easy things you can do to
    secure your systems and significantly reduce the risk of unauthorised
    access to your sensitive data.

    6 Steps to secure valuable and sensitive data in MySQL

    HiH
  • No.5 | | 1079 bytes | |

    MARTIN Benoni wrote:
    Hi list !

    I'm currently working on a solution needing to perform replications
    between MS SQL Server databases: there will be a central database and
    several laptops connecting to it. The replications will occur on the
    laptops, so they will have all the data on them, including sensitive
    data.

    So I will need to encrypt the data in their databases, and AFAIK, MS SQL
    server 2K does not have encryption tools included.

    So I will be looking for a tool that:
    - will not be a millstone around people's neck :) (having 5 more
    logins/passwords to know just because of the encryption)
    - will be strong enough to not panic if a laptop is stolen :)

    Any clue will be appreciated !
    From my list of links:
    SIX STEPS T SECURE SENSITIVE DATA IN MYSQL
    If you're using MySQL, there are some easy things you can do to
    secure your systems and significantly reduce the risk of unauthorised
    access to your sensitive data.

    6 Steps to secure valuable and sensitive data in MySQL

    HiH
  • No.6 | | 1079 bytes | |

    MARTIN Benoni wrote:
    Hi list !

    I'm currently working on a solution needing to perform replications
    between MS SQL Server databases: there will be a central database and
    several laptops connecting to it. The replications will occur on the
    laptops, so they will have all the data on them, including sensitive
    data.

    So I will need to encrypt the data in their databases, and AFAIK, MS SQL
    server 2K does not have encryption tools included.

    So I will be looking for a tool that:
    - will not be a millstone around people's neck :) (having 5 more
    logins/passwords to know just because of the encryption)
    - will be strong enough to not panic if a laptop is stolen :)

    Any clue will be appreciated !
    From my list of links:
    SIX STEPS T SECURE SENSITIVE DATA IN MYSQL
    If you're using MySQL, there are some easy things you can do to
    secure your systems and significantly reduce the risk of unauthorised
    access to your sensitive data.

    6 Steps to secure valuable and sensitive data in MySQL

    HiH
  • No.7 | | 1199 bytes | |

    But he is using MS SQL not MySQL.

    8/15/06, Hylton Conacher(ZR1HPC) <hylton (AT) conacher (DOT) co.zawrote:
    MARTIN Benoni wrote:
    Hi list !

    I'm currently working on a solution needing to perform replications
    between MS SQL Server databases: there will be a central database and
    several laptops connecting to it. The replications will occur on the
    laptops, so they will have all the data on them, including sensitive
    data.

    So I will need to encrypt the data in their databases, and AFAIK, MS SQL
    server 2K does not have encryption tools included.

    So I will be looking for a tool that:
    - will not be a millstone around people's neck :) (having 5 more
    logins/passwords to know just because of the encryption)
    - will be strong enough to not panic if a laptop is stolen :)

    Any clue will be appreciated !
    From my list of links:
    SIX STEPS T SECURE SENSITIVE DATA IN MYSQL
    If you're using MySQL, there are some easy things you can do to
    secure your systems and significantly reduce the risk of unauthorised
    access to your sensitive data.

    6 Steps to secure valuable and sensitive data in MySQL

    HiH

Re: Encrypting MS SQL databases


max 4000 letters.
Your nickname that display:
In order to stop the spam: 3 + 3 =
QUESTION ON "Security"

EMSDN.COM