What encryption is used for files in SharePoint (at rest and in transit)?

frob 4,216 Reputation points
2023-01-13T01:04:15.0933333+00:00

Hi there

What encryption is used for files in SharePoint (at rest and in transit)?

Thanks.

OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
943 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,159 questions
OneDrive Management
OneDrive Management
OneDrive: A Microsoft file hosting and synchronization service.Management: The act or process of organizing, handling, directing or controlling something.
1,187 questions
Microsoft 365 Publishing
Microsoft 365 Publishing
Microsoft 365: Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line. Publishing: The process of preparing, producing, and releasing content for distribution or sale.
605 questions
0 comments No comments
{count} votes

Accepted answer
  1. Emily Du-MSFT 43,661 Reputation points Microsoft Vendor
    2023-01-13T09:42:38.7+00:00

    1.Encryption of data in transit

    In OneDrive for Business and SharePoint Online, there are two scenarios in which data enters and exits the datacenters.

    • Client communication with the server Communication to OneDrive for Business across the Internet uses SSL/TLS connections. All SSL connections are established using 2048-bit keys.
    • Data movement between datacenters The primary reason to move data between datacenters is for geo-replication to enable disaster recovery. For instance, SQL Server transaction logs and blob storage deltas travel along this pipe. While this data is already transmitted by using a private network, it is further protected with best-in-class encryption.

    2.Encryption of data at rest

    Encryption at rest includes two components: BitLocker disk-level encryption and per-file encryption of customer content.

    Here is an article for details: https://video2.skills-academy.com/en-us/microsoft-365/compliance/data-encryption-in-odb-and-spo?view=o365-worldwide#encryption-of-data-at-rest


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    2 people found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Aneel v 250 Reputation points
    2023-01-13T05:27:49.7833333+00:00

    In SharePoint, files are encrypted both at rest and in transit.

    For files at rest, SharePoint uses Azure Storage Service Encryption (SSE) which uses 256-bit AES encryption. This encryption is applied automatically to all files stored in SharePoint Online.

    For files in transit, SharePoint uses HTTPS (TLS 1.2) encryption. This ensures that the data sent between the client and server is secure and cannot be intercepted by any unauthorized parties.

    1 person found this answer helpful.
    0 comments No comments