Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Advertise
Write for us
Articles with tag
Encryption
Search for
any
content tagged
encryption
Items 1 to 20 of 37
Next 20 >>
A Fundamental Security Mistake
Steve Jones thinks Microsoft is making a fundamental security mistake in the way they build features for the various editions of SQL Server. Read today's editorial and see if you agree.
Read more...
By
Steve Jones
2009/12/21
|
Source:
SQLServerCentral.com
|
Category:
editorial
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
113 reads
A Fundamental Security Mistake
Steve Jones thinks Microsoft is making a fundamental security mistake in the way they build features for the various editions of SQL Server. Read today's editorial and see if you agree.
Read more...
By
Steve Jones
2009/12/21
|
Source:
SQLServerCentral.com
|
Category:
editorial - ipod
Rating:
(not yet rated)
Rate this
|
Briefcase
|
86 reads
A Fundamental Security Mistake
Steve Jones thinks Microsoft is making a fundamental security mistake in the way they build features for the various editions of SQL Server. Read today's editorial and see if you agree.
Read more...
By
Steve Jones
2009/12/21
|
Source:
SQLServerCentral.com
|
Category:
editorial - wmv
Rating:
(not yet rated)
Rate this
|
Briefcase
|
76 reads
SQL Server Encryption Symmetric vs. Asymmetric Keys
I need to encrypt my data within SQL Server and I plan on using the built-in encryption functionality in SQL Server 2005 and 2008. However, I'm looking at symmetric and asymmetric key algorithms and while I see information saying to use symmetric keys, I don't understand why. What's the difference between the two and why is a symmetric key algorithm preferred over the asymmetric key ones?
Read more...
By
Additional Articles
2009/12/02
|
Source:
MSSQLTips.com
|
Category:
encryption
Rating:
Rate this
|
Briefcase
|
2,172 reads
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:
Rate this
|
Briefcase
|
1,775 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
|
99 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,397 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
|
73 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
|
73 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
|
91 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
|
101 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
|
123 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,248 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,296 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,100 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
|
78 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
|
Source:
SQLServerCentral.com
|
Category:
editorial - ipod
Rating:
(not yet rated)
Rate this
|
Briefcase
|
115 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
|
Source:
SQLServerCentral.com
|
Category:
editorial - wmv
Rating:
(not yet rated)
Rate this
|
Briefcase
|
109 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
|
Source:
SQLServerCentral.com
|
Category:
editorial - mp3
Rating:
(not yet rated)
Rate this
|
Briefcase
|
112 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
|
206 reads
Items 1 to 20 of 37
Next 20 >>
Copyright © 2002-2010 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use