This document provides an overview of encryption in SQL Server, including:
- Transparent Data Encryption allows encrypting data at rest on disk for increased security.
- Communications can be encrypted using SSL or IPSec to encrypt data in transit.
- Hashing provides a way to index and search encrypted data faster than decryption.
- SQL Server uses a hierarchy of keys including symmetric, asymmetric, and certificates to manage encryption.