Results 1 to 2 of 2

Thread: Encryption of objects and data:

  1. #1
    Join Date
    Sep 2002
    Posts
    78

    Encryption of objects and data:

    Hi:
    a]
    I would like to encrypt all database objects like stored procs, triggers, views etc. I am aware of the WITH ENCRYPTION in sql server but also know that its very easy to decrypt that algorithm using resources on the internet. What are the alternatives in the industry for object level encryption..do I need to purchase tools like Database Encrptionizer ? Please help !

    b]
    Also, I have certain columns such as credit card number, bank account number that I would like to encrypt. I have heard that AES algorithm is the best way to encrypt, how can I implement that ? I would like to be able to encrypt/decrypt using .net web application and also sql query analyzer.

    Thanks in advance!

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254

Posting Permissions

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