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

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
165
Azure.Identity
This is the implementation of the Azure SDK Client Library for Azure Identity
162
NuGet.Configuration
NuGet's client configuration settings implementation.
156
Azure.Identity
This is the implementation of the Azure SDK Client Library for Azure Identity
154
Azure.Identity
This is the implementation of the Azure SDK Client Library for Azure Identity
149
Azure.Identity
This is the implementation of the Azure SDK Client Library for Azure Identity
148
Azure.Identity
This is the implementation of the Azure SDK Client Library for Azure Identity
147
NuGet.Configuration
NuGet's configuration settings implementation.
145
NuGet.Configuration
NuGet's configuration settings implementation.
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.
142
Azure.Identity
This is the implementation of the Azure SDK Client Library for Azure Identity
142
Azure.Identity
This is the implementation of the Azure SDK Client Library for Azure Identity
141
NuGet.Configuration
NuGet's configuration settings implementation.
141
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
NuGet.Configuration
NuGet's client configuration settings implementation.
138
Azure.Identity
This is the implementation of the Azure SDK Client Library for Azure Identity
137
Azure.Identity
This is the implementation of the Azure SDK Client Library for Azure Identity
136

.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.2.26159.112 3 3/12/2026
11.0.0-preview.1.26104.118 5 2/15/2026
10.0.5 3 3/15/2026
10.0.4 3 3/12/2026
10.0.3 7 2/15/2026
10.0.2 10 1/19/2026
10.0.1 24 12/12/2025
10.0.0 36 11/14/2025
10.0.0-rc.2.25502.107 51 10/17/2025
10.0.0-rc.1.25451.107 58 9/10/2025
10.0.0-preview.7.25380.108 57 8/12/2025
10.0.0-preview.6.25358.103 78 7/21/2025
10.0.0-preview.5.25277.114 63 6/9/2025
10.0.0-preview.4.25258.110 79 5/17/2025
10.0.0-preview.3.25171.5 69 4/16/2025
10.0.0-preview.2.25163.2 80 3/21/2025
10.0.0-preview.1.25080.5 87 3/1/2025
9.0.14 3 3/12/2026
9.0.13 8 2/15/2026
9.0.12 13 1/19/2026
9.0.11 38 11/14/2025
9.0.10 47 10/17/2025
9.0.9 54 9/10/2025
9.0.8 57 8/6/2025
9.0.7 66 7/11/2025
9.0.6 63 6/11/2025
9.0.5 76 5/18/2025
9.0.4 66 4/16/2025
9.0.3 76 3/13/2025
9.0.2 105 2/15/2025
9.0.1 89 1/22/2025
9.0.0 98 11/17/2024
9.0.0-rc.2.24473.5 78 10/12/2024
9.0.0-rc.1.24431.7 94 9/12/2024
9.0.0-preview.7.24405.7 96 8/14/2024
9.0.0-preview.6.24327.7 101 7/10/2024
9.0.0-preview.5.24306.7 110 6/13/2024
9.0.0-preview.4.24266.19 97 6/4/2024
9.0.0-preview.3.24172.9 102 5/3/2024
9.0.0-preview.2.24128.5 93 3/18/2024
9.0.0-preview.1.24080.9 104 2/24/2024
8.0.0 101 11/15/2023
8.0.0-rc.2.23479.6 125 10/22/2023
8.0.0-rc.1.23419.4 101 9/17/2023
8.0.0-preview.7.23375.6 131 8/13/2023
8.0.0-preview.6.23329.7 114 8/1/2023
8.0.0-preview.5.23280.8 103 8/1/2023
8.0.0-preview.4.23259.5 118 8/1/2023
8.0.0-preview.3.23174.8 107 5/15/2023
8.0.0-preview.2.23128.3 127 5/4/2023
8.0.0-preview.1.23110.8 122 2/23/2023
7.0.1 111 2/23/2023
7.0.0 132 11/28/2022
7.0.0-rc.2.22472.3 120 10/29/2022
7.0.0-rc.1.22426.10 128 9/15/2022
7.0.0-preview.7.22375.6 114 9/16/2022
7.0.0-preview.6.22324.4 139 7/18/2022
7.0.0-preview.5.22301.12 118 6/28/2022
7.0.0-preview.4.22229.4 122 6/28/2022
7.0.0-preview.3.22175.4 135 6/28/2022
7.0.0-preview.2.22152.2 140 6/28/2022
7.0.0-preview.1.22076.8 120 6/28/2022
6.0.2-mauipre.1.22102.15 110 6/28/2022
6.0.2-mauipre.1.22054.8 112 6/28/2022
6.0.0 119 6/28/2022
6.0.0-rc.2.21480.5 115 6/28/2022
6.0.0-rc.1.21451.13 112 6/28/2022
6.0.0-preview.7.21377.19 124 6/28/2022
6.0.0-preview.6.21352.12 128 6/28/2022
6.0.0-preview.5.21301.5 131 6/28/2022
6.0.0-preview.4.21253.7 121 6/28/2022
6.0.0-preview.3.21201.4 124 6/28/2022
6.0.0-preview.2.21154.6 132 6/28/2022
6.0.0-preview.1.21102.12 99 6/28/2022
5.0.0 105 6/28/2022
5.0.0-rc.2.20475.5 121 6/28/2022
5.0.0-rc.1.20451.14 125 6/28/2022
5.0.0-preview.8.20407.11 122 6/28/2022
5.0.0-preview.7.20364.11 107 6/28/2022
5.0.0-preview.6.20305.6 110 6/28/2022
5.0.0-preview.5.20278.1 136 6/28/2022
5.0.0-preview.4.20251.6 123 6/28/2022
5.0.0-preview.3.20214.6 126 6/28/2022
5.0.0-preview.2.20160.6 127 6/28/2022
5.0.0-preview.1.20120.5 143 6/28/2022
4.7.0 120 6/28/2022
4.7.0-preview3.19551.4 111 6/28/2022
4.7.0-preview2.19523.17 98 6/28/2022
4.7.0-preview1.19504.10 111 6/28/2022
4.6.0 108 6/13/2022
4.6.0-rc1.19456.4 113 6/28/2022
4.6.0-preview9.19421.4 134 6/28/2022
4.6.0-preview9.19416.11 146 6/28/2022
4.6.0-preview8.19405.3 104 6/28/2022
4.6.0-preview7.19362.9 132 6/28/2022
4.6.0-preview6.19303.8 112 6/28/2022
4.6.0-preview6.19264.9 127 6/28/2022
4.6.0-preview5.19224.8 116 6/28/2022
4.6.0-preview4.19212.13 121 6/28/2022
4.6.0-preview3.19128.7 133 6/28/2022
4.6.0-preview.19073.11 123 6/28/2022
4.6.0-preview.18571.3 112 6/28/2022
4.5.0 125 6/28/2022
4.5.0-rc1 112 6/28/2022
4.5.0-preview2-26406-04 139 6/28/2022
4.5.0-preview1-26216-02 126 6/28/2022
4.5.0-preview1-25914-04 101 6/28/2022
4.4.0 111 6/28/2022
4.4.0-preview2-25405-01 131 6/28/2022
4.4.0-preview1-25305-02 154 6/28/2022
4.3.0 110 6/28/2022
4.3.0-preview1-24530-04 125 6/28/2022
4.0.0 127 6/28/2022