SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Articles with tag Encryption Rss

Refine your search with one of the following additional tags (with number of items):

Security (11)     Editorial - WMV (3)     Authenticators (1)     hashing (1)    
Friday Poll (8)     Blogs (2)     C# (1)     key management (1)    
SQL Server 2005 (6)     SQL Server 2008 (2)     Cryptography (1)     Secure Programming (1)    
Editorial (5)     SQL Server Express (2)     Database Design (1)     Service Broker (1)    
Editorial - iPod (3)     TDE (2)     Database Weekly (1)     SQL Server 2000 (1)    
Editorial - MP3 (3)    

Search for any content tagged Encryption

   Items 1 to 20 of 33    Next 20 >>
 

How to simulate transparent data encryption (TDE) with SQL 2000 and 2005

Encryption of data at rest is becoming more and more crucial in today’s world. This tip is aimed to help businesses that do not have the budgets or resources to purchase hardware encryption tools or to upgrade to SQL 2008. It basically illustrates how to achive transparent file encryption with SQL 2005 or SQL 2000.  Read more...
By Additional Articles 2009/11/27 | Source: MSSQLTips.com | Category: TDE
Rating: (not yet rated)  Rate this |  Briefcase | 2 reads

It's Time for Encryption

Encryption is starting to become a necessity, not an option as we work with and store more sensitive data. A guest editorial from Andy Warren comments on our fears of implementing encrpytion and why we might want to just encrypt everything.  Read more...
By Andy Warren 2009/11/03 | Source: SQLServerCentral.com | Category: Editorial
Rating: (not yet rated) |  Discuss |  Briefcase | 47 reads

Options for hiding SQL Server code

I am aware of the WITH ENCRYPTION clause that is used to encrypt the code for objects like views, stored procedures and functions. It sort of fulfills my purpose and is easy to implement, but it does not cover all SQL Server objects. In this tip we look at another option to restrict users from viewing the definition/code of any SQL Server object.  Read more...
By Additional Articles 2009/09/08 | Source: MSSQLTips.com | Category: Security
Rating:  Rate this |  Briefcase | 3,319 reads

Protecting the Encryption Keys

When you deal with encryption in your database, Steve Jones thinks you add a layer of complexity to your backup and recovery process. Do you agree? Answer today's poll.  Read more...
By Steve Jones 2009/09/04 | Source: SQLServerCentral.com | Category: Editorial - iPod
Rating: (not yet rated)  Rate this |  Briefcase | 40 reads

Protecting the Encryption Keys

When you deal with encryption in your database, Steve Jones thinks you add a layer of complexity to your backup and recovery process. Do you agree? Answer today's poll.  Read more...
By Steve Jones 2009/09/04 | Source: SQLServerCentral.com | Category: Editorial
Rating: |  Discuss |  Briefcase | 58 reads

Protecting the Encryption Keys

When you deal with encryption in your database, Steve Jones thinks you add a layer of complexity to your backup and recovery process. Do you agree? Answer today's poll.  Read more...
By Steve Jones 2009/09/04 | Source: SQLServerCentral.com | Category: Editorial - WMV
Rating: (not yet rated)  Rate this |  Briefcase | 50 reads

Protecting the Encryption Keys

When you deal with encryption in your database, Steve Jones thinks you add a layer of complexity to your backup and recovery process. Do you agree? Answer today's poll.  Read more...
By Steve Jones 2009/09/04 | Source: SQLServerCentral.com | Category: Editorial - MP3
Rating: (not yet rated)  Rate this |  Briefcase | 61 reads

Encryptionphobia

The battle to secure personal and business data is a tough one, and the consequences of mishandling sensitive data can be severe. In this guest editorial, John Magnabosco argues that it's high time people overcame their fear of encryption.  Read more...
By JohnMagnabosco 2009/08/24 | Source: SQLServerCentral.com | Category: Editorial
Rating: |  Discuss |  Briefcase | 108 reads

Using authenticators with SQL Server encryption

Authenticators are additional data that gets encrypted along with the data to be stored in an encrypted manner. When it comes to decrypt the data, if the right authenticator isn't specified, SQL Server doesn't return the data in the decrypted form. Rather, a NULL value is returned, just as if the wrong key was used.  Read more...
By Additional Articles 2009/06/12 | Source: MSSQLTips.com | Category: Encryption
Rating:  Rate this |  Briefcase | 1,147 reads

SQL Server Encryption - Hashing Collisions

A hash is a computation that transforms one set of data into another (hopefully smaller) set of data. So a hash on your 2,000 character blog post should generate a smaller, 10-20 byte value. In doing that, obviously there are many more possible 2,000...  Read more...
By Steve Jones 2009/06/09 | Source: SQLServerCentral.com | Category: Blogs
Rating: (not yet rated)  Rate this |  Briefcase | 1,169 reads

Asymmetric Keys in SQL Server

I've been tech editing an encryption book for SQL Server. It's long overdue, and I think it will be a nice addition to any DBA's library. It also addresses a complicated subject that Books Online has inadequately covered. In fact, they've...  Read more...
By Steve Jones 2009/05/08 | Source: SQLServerCentral.com | Category: Blogs
Rating: (not yet rated)  Rate this |  Briefcase | 1,053 reads

Secure Storage

How do you keep the passwords and keys for encrypted data safe? Steve Jones comments on the challenges of working with keys and passwords.  Read more...
By Steve Jones 2009/04/29 | Source: SQLServerCentral.com | Category: Editorial
Rating: |  Discuss |  Briefcase | 74 reads

Secure Storage

How do you keep the passwords and keys for encrypted data safe? Steve Jones comments on the challenges of working with keys and passwords.  Read more...
Rating: (not yet rated)  Rate this |  Briefcase | 71 reads

Secure Storage

How do you keep the passwords and keys for encrypted data safe? Steve Jones comments on the challenges of working with keys and passwords.  Read more...
Rating: (not yet rated)  Rate this |  Briefcase | 62 reads

Secure Storage

How do you keep the passwords and keys for encrypted data safe? Steve Jones comments on the challenges of working with keys and passwords.  Read more...
Rating: (not yet rated)  Rate this |  Briefcase | 69 reads

Encrypting SQL Code

This Friday's poll looks at the encryption options for your code in SQL Server. Steve Jones asks if there is a benefit for these routines.  Read more...
By Steve Jones 2009/04/10 | Source: SQLServerCentral.com | Category: Editorial
Rating: |  Discuss |  Briefcase | 188 reads

Encrypting SQL Code

This Friday's poll looks at the encryption options for your code in SQL Server. Steve Jones asks if there is a benefit for these routines.  Read more...
Rating: (not yet rated)  Rate this |  Briefcase | 63 reads

Encrypting SQL Code

This Friday's poll looks at the encryption options for your code in SQL Server. Steve Jones asks if there is a benefit for these routines.  Read more...
Rating: (not yet rated)  Rate this |  Briefcase | 64 reads

Encrypting SQL Code

This Friday's poll looks at the encryption options for your code in SQL Server. Steve Jones asks if there is a benefit for these routines.   Read more...
Rating: (not yet rated)  Rate this |  Briefcase | 90 reads

Is not encrypting personal info worth the risk?

Learn why choosing against the encryption of personal info in your SQL Server database can leave your organization vulnerable to certain compliance issues.  Read more...
By Additional Articles 2009/03/13 | Source: SearchSQLServer | Category: Encryption
Rating:  Rate this |  Briefcase | 2,534 reads
   Items 1 to 20 of 33    Next 20 >>
 
Most popular

Options for hiding SQL Server code

I am aware of the WITH ENCRYPTION clause that is used to encrypt the code for objects like views, stored procedures and functions. It sort of fulfills my purpose and is easy to implement, but it does not cover all SQL Server objects. In this tip we look at another option to restrict users from viewing the definition/code of any SQL Server object.  Read more...
By Additional Articles 2009/09/08 | Source: MSSQLTips.com | Category: Security
Rating:  Rate this |  Briefcase | 3,319 reads

Cryptography in SQL Server

This white paper presents an overview of cryptographic functionality and discusses how this applies to authentication, signed procedures, permissions, and encryption. Because the target audience is the database professional and not necessarily security experts, the focus is on practical ways to use cryptography in SQL Server.  Read more...
By Additional Articles 2008/09/26 | Source: TechNet | Category: Security
Rating:  Rate this |  Briefcase | 2,504 reads

Encryption Alternatives

Databases often contain sensitive information and cell-level encryption is a very effective method to protect this information from those who should not have access to it. Although, encryption is not without its challenges.  Read more...
By Additional Articles 2008/10/29 | Source: SimpleTalk | Category: Security
Rating:  Rate this |  Briefcase | 2,561 reads