Language:
English
繁體中文
Help
Login
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
Pro Encryption in SQL Server 2022 = Provide the Highest Level of Protection for Your Data /
Record Type:
Language materials, printed : Monograph/item
Title/Author:
Pro Encryption in SQL Server 2022/ by Matthew McGiffen.
Reminder of title:
Provide the Highest Level of Protection for Your Data /
Author:
McGiffen, Matthew.
Description:
XXIV, 351 p. 104 illus.online resource. :
Contained By:
Springer Nature eBook
Subject:
Data and Information Security. -
Online resource:
https://doi.org/10.1007/978-1-4842-8664-7
ISBN:
9781484286647
Pro Encryption in SQL Server 2022 = Provide the Highest Level of Protection for Your Data /
McGiffen, Matthew.
Pro Encryption in SQL Server 2022
Provide the Highest Level of Protection for Your Data /[electronic resource] :by Matthew McGiffen. - 1st ed. 2022. - XXIV, 351 p. 104 illus.online resource.
Introduction -- Part I. Understanding the Landscape -- 1. Purpose of Encryption and Available Tools -- Part II. Transparent Data Encryption (TDE) -- 2. Introducing Transparent Data Encryption -- 3. Setting Up TDE -- 4. Managing TDE -- 5. Backup Encryption -- Part III. Always Encrypted -- 6. What Is Always Encrypted? -- 7. Setting Up Always Encrypted -- 8. Executing Queries Using Always Encrypted -- 9. Encrypting Existing Data with Always Encrypted -- 10. Limitations with Always Encrypted -- 11. Key Rotation with Always Encrypted -- 12. Considerations When Implementing Always Encrypted -- Part IV. Always Encrypted with Enclaves -- 13. Introducing Always Encrypted With Enclaves -- 14. Setting Up Always Encrypted With Enclaves -- 15. In-Place Encryption With Always Encrypted -- Part V. Completing the Picture -- 16. Rich Querying With Always Encrypted Enclaves -- 17. Setting Up TPM Attestation -- 18. Encryption In Transit Using Transport Level Security -- 19. Hashing and Salting of Passwords -- 20. Extensible Key Management (EKM) -- Appendixes -- A. Glossary of Terms -- B. Encryption in the Cloud -- C. Encryption Algorithms.
This in-depth look at the encryption tools available in SQL Server shows you how to protect data by encrypting it at rest with Transparent Data Encryption (TDE) and in transit with Transport Level Security (TLS). You will know how to add the highest levels of protection for sensitive data using Always Encrypted to encrypt data also in memory and be protected even from users with the highest levels of access to the database. The book demonstrates actions you can take today to start protecting your data without changing any code in your applications, and the steps you can subsequently take to modify your applications to support implementing a gold standard in data protection. The book highlights work that Microsoft has been doing since 2016 to make encryption more accessible, by making TDE available in the standard edition, and the introduction of Always Encrypted that requires minimal work on your part to implement powerful and effective encryption, protecting your data and meeting regulatory requirements. The book teaches you how to work with the encryption technologies in SQL Server with the express goal of helping you understand those technologies on an intuitive level. You’ll come away with a deep level of understanding that allows you to answer questions and speak as an expert. The book’s aim is to make you as comfortable in deploying encryption in SQL Server as you would be in driving your car to buy groceries. Those with a data security mindset will appreciate the discussion of how each feature protects you and what it protects you from, as well as how to implement things in the most secure manner. Database administrators will appreciate the high level of detail around managing encryption over time and the effect of encryption on database performance. All readers will appreciate the advice on how to avoid common pitfalls, ensuring that your projects to implement encryption run smoothly. What You Will Learn Architect an effective encryption strategy for new applications Retrofit encryption into your existing applications Encrypt data at rest, in memory, and in transit Manage key and certificate life cycles, including backup and restore Recover encrypted databases in case of server failure Work with encryption in cloud-based scenarios.
ISBN: 9781484286647
Standard No.: 10.1007/978-1-4842-8664-7doiSubjects--Topical Terms:
1365785
Data and Information Security.
LC Class. No.: QA76.76.M52
Dewey Class. No.: 005.268
Pro Encryption in SQL Server 2022 = Provide the Highest Level of Protection for Your Data /
LDR
:04754nam a22003855i 4500
001
1085581
003
DE-He213
005
20221117084836.0
007
cr nn 008mamaa
008
221228s2022 xxu| s |||| 0|eng d
020
$a
9781484286647
$9
978-1-4842-8664-7
024
7
$a
10.1007/978-1-4842-8664-7
$2
doi
035
$a
978-1-4842-8664-7
050
4
$a
QA76.76.M52
072
7
$a
UMP
$2
bicssc
072
7
$a
COM051380
$2
bisacsh
072
7
$a
UMP
$2
thema
082
0 4
$a
005.268
$2
23
100
1
$a
McGiffen, Matthew.
$e
author.
$4
aut
$4
http://id.loc.gov/vocabulary/relators/aut
$3
1392097
245
1 0
$a
Pro Encryption in SQL Server 2022
$h
[electronic resource] :
$b
Provide the Highest Level of Protection for Your Data /
$c
by Matthew McGiffen.
250
$a
1st ed. 2022.
264
1
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2022.
300
$a
XXIV, 351 p. 104 illus.
$b
online resource.
336
$a
text
$b
txt
$2
rdacontent
337
$a
computer
$b
c
$2
rdamedia
338
$a
online resource
$b
cr
$2
rdacarrier
347
$a
text file
$b
PDF
$2
rda
505
0
$a
Introduction -- Part I. Understanding the Landscape -- 1. Purpose of Encryption and Available Tools -- Part II. Transparent Data Encryption (TDE) -- 2. Introducing Transparent Data Encryption -- 3. Setting Up TDE -- 4. Managing TDE -- 5. Backup Encryption -- Part III. Always Encrypted -- 6. What Is Always Encrypted? -- 7. Setting Up Always Encrypted -- 8. Executing Queries Using Always Encrypted -- 9. Encrypting Existing Data with Always Encrypted -- 10. Limitations with Always Encrypted -- 11. Key Rotation with Always Encrypted -- 12. Considerations When Implementing Always Encrypted -- Part IV. Always Encrypted with Enclaves -- 13. Introducing Always Encrypted With Enclaves -- 14. Setting Up Always Encrypted With Enclaves -- 15. In-Place Encryption With Always Encrypted -- Part V. Completing the Picture -- 16. Rich Querying With Always Encrypted Enclaves -- 17. Setting Up TPM Attestation -- 18. Encryption In Transit Using Transport Level Security -- 19. Hashing and Salting of Passwords -- 20. Extensible Key Management (EKM) -- Appendixes -- A. Glossary of Terms -- B. Encryption in the Cloud -- C. Encryption Algorithms.
520
$a
This in-depth look at the encryption tools available in SQL Server shows you how to protect data by encrypting it at rest with Transparent Data Encryption (TDE) and in transit with Transport Level Security (TLS). You will know how to add the highest levels of protection for sensitive data using Always Encrypted to encrypt data also in memory and be protected even from users with the highest levels of access to the database. The book demonstrates actions you can take today to start protecting your data without changing any code in your applications, and the steps you can subsequently take to modify your applications to support implementing a gold standard in data protection. The book highlights work that Microsoft has been doing since 2016 to make encryption more accessible, by making TDE available in the standard edition, and the introduction of Always Encrypted that requires minimal work on your part to implement powerful and effective encryption, protecting your data and meeting regulatory requirements. The book teaches you how to work with the encryption technologies in SQL Server with the express goal of helping you understand those technologies on an intuitive level. You’ll come away with a deep level of understanding that allows you to answer questions and speak as an expert. The book’s aim is to make you as comfortable in deploying encryption in SQL Server as you would be in driving your car to buy groceries. Those with a data security mindset will appreciate the discussion of how each feature protects you and what it protects you from, as well as how to implement things in the most secure manner. Database administrators will appreciate the high level of detail around managing encryption over time and the effect of encryption on database performance. All readers will appreciate the advice on how to avoid common pitfalls, ensuring that your projects to implement encryption run smoothly. What You Will Learn Architect an effective encryption strategy for new applications Retrofit encryption into your existing applications Encrypt data at rest, in memory, and in transit Manage key and certificate life cycles, including backup and restore Recover encrypted databases in case of server failure Work with encryption in cloud-based scenarios.
650
2 4
$a
Data and Information Security.
$3
1365785
650
2 4
$a
Database Management.
$3
669820
650
1 4
$a
Microsoft.
$3
1387749
650
0
$a
Data protection.
$3
557764
650
0
$a
Database management.
$3
557799
650
0
$a
Microsoft .NET Framework.
$3
565417
650
0
$a
Microsoft software.
$3
1253736
710
2
$a
SpringerLink (Online service)
$3
593884
773
0
$t
Springer Nature eBook
776
0 8
$i
Printed edition:
$z
9781484286630
776
0 8
$i
Printed edition:
$z
9781484286654
856
4 0
$u
https://doi.org/10.1007/978-1-4842-8664-7
912
$a
ZDB-2-CWD
912
$a
ZDB-2-SXPC
950
$a
Professional and Applied Computing (SpringerNature-12059)
950
$a
Professional and Applied Computing (R0) (SpringerNature-43716)
based on 0 review(s)
Multimedia
Reviews
Add a review
and share your thoughts with other readers
Export
pickup library
Processing
...
Change password
Login