System.Security.Cryptography.ProtectedData 11.0.0-preview.3.26207.106

About

System.Security.Cryptography.ProtectedData offers a simplified interface for utilizing Microsoft Windows DPAPI's CryptProtectData and CryptUnprotectData functions.

Note: Since it relies on Windows DPAPI, this package is only supported on Windows platforms. For more complex cryptographic operations or cross-platform support, consider the System.Security.Cryptography namespace.

Key Features

  • Built upon the robust and secure Windows Data Protection API (DPAPI).
  • Data can be protected either for current process or for any process on the machine.
  • Scope of protection can be defined either to the current user or the local machine.

How to Use

Utilizing this package is quite simple, and it mainly revolves around two methods: Protect and Unprotect.

Here, originalData is the data you want to protect, optionalEntropy is an additional byte array used to increase encryption complexity, and DataProtectionScope specifies whether the data protection should apply to the current user or the machine.

using System.Security.Cryptography;
using System.Text;

byte[] originalData = Encoding.UTF8.GetBytes("This is a secret");
byte[] optionalEntropy = new byte[64];
Random.Shared.NextBytes(optionalEntropy);

// To protect:
byte[] encryptedData = ProtectedData.Protect(
    originalData,
    optionalEntropy,
    DataProtectionScope.CurrentUser);

// To unprotect:
byte[] decryptedData = ProtectedData.Unprotect(
    encryptedData,
    optionalEntropy,
    DataProtectionScope.CurrentUser);

Main Types

The main type provided by this library is:

  • System.Security.Cryptography.ProtectedData

Additional Documentation

Feedback & Contributing

System.Security.Cryptography.ProtectedData is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on System.Security.Cryptography.ProtectedData.

Packages Downloads
Azure.Identity
This is the implementation of the Azure SDK Client Library for Azure Identity
167
Azure.Identity
This is the implementation of the Azure SDK Client Library for Azure Identity
157
NuGet.Configuration
NuGet's client configuration settings implementation.
157
Azure.Identity
This is the implementation of the Azure SDK Client Library for Azure Identity
151
Azure.Identity
This is the implementation of the Azure SDK Client Library for Azure Identity
150
Azure.Identity
This is the implementation of the Azure SDK Client Library for Azure Identity
149
NuGet.Configuration
NuGet's configuration settings implementation.
146
Azure.Identity
This is the implementation of the Azure SDK Client Library for Azure Identity
145
NuGet.Configuration
NuGet's configuration settings implementation.
144
Azure.Identity
This is the implementation of the Azure SDK Client Library for Azure Identity
143
System.Configuration.ConfigurationManager
Provides types that support using configuration files. Commonly Used Types: System.Configuration.Configuration System.Configuration.ConfigurationManager When using NuGet 3.x this package requires at least version 3.4.
143
Azure.Identity
This is the implementation of the Azure SDK Client Library for Azure Identity
142
NuGet.Configuration
NuGet's configuration settings implementation.
141
NuGet.Configuration
NuGet's client configuration settings implementation.
140
Azure.Identity
This is the implementation of the Azure SDK Client Library for Azure Identity
140
NuGet.Configuration
NuGet's client configuration settings implementation.
139
Azure.Identity
This is the implementation of the Azure SDK Client Library for Azure Identity
139

.NET Framework 4.6.2

  • No dependencies.

.NET 10.0

  • No dependencies.

.NET 11.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
11.0.0-preview.3.26207.106 1 5/4/2026
11.0.0-preview.2.26159.112 6 3/12/2026
11.0.0-preview.1.26104.118 9 2/15/2026
10.0.7 0 4/21/2026
10.0.6 1 5/3/2026
10.0.5 5 3/15/2026
10.0.4 5 3/12/2026
10.0.3 11 2/15/2026
10.0.2 13 1/19/2026
10.0.1 26 12/12/2025
10.0.0 41 11/14/2025
10.0.0-rc.2.25502.107 54 10/17/2025
10.0.0-rc.1.25451.107 61 9/10/2025
10.0.0-preview.7.25380.108 61 8/12/2025
10.0.0-preview.6.25358.103 81 7/21/2025
10.0.0-preview.5.25277.114 65 6/9/2025
10.0.0-preview.4.25258.110 81 5/17/2025
10.0.0-preview.3.25171.5 71 4/16/2025
10.0.0-preview.2.25163.2 81 3/21/2025
10.0.0-preview.1.25080.5 88 3/1/2025
9.0.15 1 5/3/2026
9.0.14 4 3/12/2026
9.0.13 13 2/15/2026
9.0.12 16 1/19/2026
9.0.11 40 11/14/2025
9.0.10 49 10/17/2025
9.0.9 57 9/10/2025
9.0.8 60 8/6/2025
9.0.7 67 7/11/2025
9.0.6 65 6/11/2025
9.0.5 78 5/18/2025
9.0.4 68 4/16/2025
9.0.3 77 3/13/2025
9.0.2 105 2/15/2025
9.0.1 92 1/22/2025
9.0.0 100 11/17/2024
9.0.0-rc.2.24473.5 80 10/12/2024
9.0.0-rc.1.24431.7 97 9/12/2024
9.0.0-preview.7.24405.7 97 8/14/2024
9.0.0-preview.6.24327.7 104 7/10/2024
9.0.0-preview.5.24306.7 112 6/13/2024
9.0.0-preview.4.24266.19 98 6/4/2024
9.0.0-preview.3.24172.9 103 5/3/2024
9.0.0-preview.2.24128.5 94 3/18/2024
9.0.0-preview.1.24080.9 105 2/24/2024
8.0.0 103 11/15/2023
8.0.0-rc.2.23479.6 128 10/22/2023
8.0.0-rc.1.23419.4 103 9/17/2023
8.0.0-preview.7.23375.6 132 8/13/2023
8.0.0-preview.6.23329.7 116 8/1/2023
8.0.0-preview.5.23280.8 105 8/1/2023
8.0.0-preview.4.23259.5 119 8/1/2023
8.0.0-preview.3.23174.8 110 5/15/2023
8.0.0-preview.2.23128.3 129 5/4/2023
8.0.0-preview.1.23110.8 125 2/23/2023
7.0.1 112 2/23/2023
7.0.0 133 11/28/2022
7.0.0-rc.2.22472.3 121 10/29/2022
7.0.0-rc.1.22426.10 129 9/15/2022
7.0.0-preview.7.22375.6 117 9/16/2022
7.0.0-preview.6.22324.4 140 7/18/2022
7.0.0-preview.5.22301.12 119 6/28/2022
7.0.0-preview.4.22229.4 124 6/28/2022
7.0.0-preview.3.22175.4 137 6/28/2022
7.0.0-preview.2.22152.2 141 6/28/2022
7.0.0-preview.1.22076.8 121 6/28/2022
6.0.2-mauipre.1.22102.15 111 6/28/2022
6.0.2-mauipre.1.22054.8 118 6/28/2022
6.0.0 121 6/28/2022
6.0.0-rc.2.21480.5 117 6/28/2022
6.0.0-rc.1.21451.13 114 6/28/2022
6.0.0-preview.7.21377.19 127 6/28/2022
6.0.0-preview.6.21352.12 130 6/28/2022
6.0.0-preview.5.21301.5 132 6/28/2022
6.0.0-preview.4.21253.7 121 6/28/2022
6.0.0-preview.3.21201.4 126 6/28/2022
6.0.0-preview.2.21154.6 133 6/28/2022
6.0.0-preview.1.21102.12 101 6/28/2022
5.0.0 107 6/28/2022
5.0.0-rc.2.20475.5 122 6/28/2022
5.0.0-rc.1.20451.14 127 6/28/2022
5.0.0-preview.8.20407.11 123 6/28/2022
5.0.0-preview.7.20364.11 109 6/28/2022
5.0.0-preview.6.20305.6 114 6/28/2022
5.0.0-preview.5.20278.1 137 6/28/2022
5.0.0-preview.4.20251.6 124 6/28/2022
5.0.0-preview.3.20214.6 128 6/28/2022
5.0.0-preview.2.20160.6 128 6/28/2022
5.0.0-preview.1.20120.5 147 6/28/2022
4.7.0 122 6/28/2022
4.7.0-preview3.19551.4 113 6/28/2022
4.7.0-preview2.19523.17 102 6/28/2022
4.7.0-preview1.19504.10 112 6/28/2022
4.6.0 110 6/13/2022
4.6.0-rc1.19456.4 115 6/28/2022
4.6.0-preview9.19421.4 136 6/28/2022
4.6.0-preview9.19416.11 149 6/28/2022
4.6.0-preview8.19405.3 107 6/28/2022
4.6.0-preview7.19362.9 133 6/28/2022
4.6.0-preview6.19303.8 114 6/28/2022
4.6.0-preview6.19264.9 129 6/28/2022
4.6.0-preview5.19224.8 119 6/28/2022
4.6.0-preview4.19212.13 124 6/28/2022
4.6.0-preview3.19128.7 135 6/28/2022
4.6.0-preview.19073.11 125 6/28/2022
4.6.0-preview.18571.3 115 6/28/2022
4.5.0 127 6/28/2022
4.5.0-rc1 113 6/28/2022
4.5.0-preview2-26406-04 140 6/28/2022
4.5.0-preview1-26216-02 129 6/28/2022
4.5.0-preview1-25914-04 104 6/28/2022
4.4.0 112 6/28/2022
4.4.0-preview2-25405-01 133 6/28/2022
4.4.0-preview1-25305-02 156 6/28/2022
4.3.0 111 6/28/2022
4.3.0-preview1-24530-04 126 6/28/2022
4.0.0 129 6/28/2022