System.Security.Cryptography.ProtectedData 8.0.0

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
3
Azure.Identity
This is the implementation of the Azure SDK Client Library for Azure Identity
4
Azure.Identity
This is the implementation of the Azure SDK Client Library for Azure Identity
21
Microsoft.Identity.Client.Extensions.Msal
This package contains extensions to Microsoft Authentication Library for .NET (MSAL.NET)
3
Microsoft.Identity.Client.Extensions.Msal
This package contains extensions to Microsoft Authentication Library for .NET (MSAL.NET)
4
Microsoft.Identity.Client.Extensions.Msal
This package contains extensions to Microsoft Authentication Library for .NET (MSAL.NET)
6
Microsoft.Identity.Client.Extensions.Msal
This package contains extensions to Microsoft Authentication Library for .NET (MSAL.NET)
29
Microsoft.Identity.Client.Extensions.Msal
This package contains the public client (desktop) caching to Microsoft Authentication Library for .NET (MSAL.NET)
2
Microsoft.PowerPlatform.Dataverse.Client
This package contains the .net core Dataverse ServiceClient. Used to connect to Microsoft Dataverse. This Package has been authored by the Microsoft Dataverse SDK team.
2
Microsoft.PowerPlatform.Dataverse.Client
This package contains the .net core Dataverse ServiceClient. Used to connect to Microsoft Dataverse. This Package has been authored by the Microsoft Dataverse SDK team.
3
Microsoft.PowerPlatform.Dataverse.Client
This package contains the .net core Dataverse ServiceClient. Used to connect to Microsoft Dataverse. This Package has been authored by the Microsoft Dataverse SDK team.
8
Microsoft.PowerPlatform.Dataverse.Client
This package contains the preview of the .net core Dataverse ServiceClient. Used to connect to Microsoft Dataverse. This Package has been authored by the Microsoft Dataverse SDK team.
2
System.Configuration.ConfigurationManager
Provides types that support using configuration files. Commonly Used Types: System.Configuration.Configuration System.Configuration.ConfigurationManager
7
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.
2
System.Configuration.ConfigurationManager
Provides types that support using XML configuration files (app.config). This package exists only to support migrating existing .NET Framework code that already uses System.Configuration. When writing new code, use another configuration system instead, such as Microsoft.Extensions.Configuration.
4

https://go.microsoft.com/fwlink/?LinkID=799421

.NET Framework 4.6.2

  • No dependencies.

.NET 6.0

  • No dependencies.

.NET 7.0

  • No dependencies.

.NET 8.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
9.0.0-rc.1.24431.7 1 22.09.2024
9.0.0-preview.7.24405.7 0 13.08.2024
9.0.0-preview.6.24327.7 0 09.07.2024
9.0.0-preview.5.24306.7 0 11.06.2024
9.0.0-preview.4.24266.19 0 21.05.2024
9.0.0-preview.3.24172.9 0 11.04.2024
9.0.0-preview.2.24128.5 0 12.03.2024
9.0.0-preview.1.24080.9 0 13.02.2024
8.0.0 5 04.03.2024
8.0.0-rc.2.23479.6 0 10.10.2023
8.0.0-rc.1.23419.4 0 12.09.2023
8.0.0-preview.7.23375.6 0 08.08.2023
8.0.0-preview.6.23329.7 0 11.07.2023
8.0.0-preview.5.23280.8 0 13.06.2023
8.0.0-preview.4.23259.5 0 16.05.2023
8.0.0-preview.3.23174.8 0 11.04.2023
8.0.0-preview.2.23128.3 0 14.03.2023
8.0.0-preview.1.23110.8 0 21.02.2023
7.0.1 0 14.02.2023
7.0.0 0 07.11.2022
7.0.0-rc.2.22472.3 0 11.10.2022
7.0.0-rc.1.22426.10 0 14.09.2022
7.0.0-preview.7.22375.6 0 09.08.2022
7.0.0-preview.6.22324.4 0 12.07.2022
7.0.0-preview.5.22301.12 0 14.06.2022
7.0.0-preview.4.22229.4 0 10.05.2022
7.0.0-preview.3.22175.4 0 13.04.2022
7.0.0-preview.2.22152.2 0 14.03.2022
7.0.0-preview.1.22076.8 0 17.02.2022
6.0.0 3 28.02.2024
6.0.0-rc.2.21480.5 0 12.10.2021
6.0.0-rc.1.21451.13 0 14.09.2021
6.0.0-preview.7.21377.19 0 10.08.2021
6.0.0-preview.6.21352.12 0 14.07.2021
6.0.0-preview.5.21301.5 0 15.06.2021
6.0.0-preview.4.21253.7 0 24.05.2021
6.0.0-preview.3.21201.4 0 08.04.2021
6.0.0-preview.2.21154.6 0 11.03.2021
6.0.0-preview.1.21102.12 0 12.02.2021
5.0.0 1 28.02.2024
5.0.0-rc.2.20475.5 0 13.10.2020
5.0.0-rc.1.20451.14 0 14.09.2020
5.0.0-preview.8.20407.11 0 25.08.2020
5.0.0-preview.7.20364.11 0 21.07.2020
5.0.0-preview.6.20305.6 0 25.06.2020
5.0.0-preview.5.20278.1 0 10.06.2020
5.0.0-preview.4.20251.6 0 18.05.2020
5.0.0-preview.3.20214.6 0 23.04.2020
5.0.0-preview.2.20160.6 0 02.04.2020
5.0.0-preview.1.20120.5 0 16.03.2020
4.7.0 3 05.02.2024
4.7.0-preview3.19551.4 0 13.11.2019
4.7.0-preview2.19523.17 0 01.11.2019
4.7.0-preview1.19504.10 0 15.10.2019
4.6.0 0 23.09.2019
4.6.0-rc1.19456.4 0 16.09.2019
4.6.0-preview9.19421.4 0 04.09.2019
4.6.0-preview9.19416.11 0 04.09.2019
4.6.0-preview8.19405.3 0 13.08.2019
4.6.0-preview7.19362.9 0 23.07.2019
4.6.0-preview6.19303.8 0 12.06.2019
4.6.0-preview6.19264.9 0 04.09.2019
4.6.0-preview5.19224.8 0 06.05.2019
4.6.0-preview4.19212.13 0 18.04.2019
4.6.0-preview3.19128.7 0 06.03.2019
4.6.0-preview.19073.11 0 29.01.2019
4.6.0-preview.18571.3 0 03.12.2018
4.5.0 47 31.01.2024
4.5.0-rc1 0 06.05.2018
4.5.0-preview2-26406-04 0 10.04.2018
4.5.0-preview1-26216-02 0 26.02.2018
4.5.0-preview1-25914-04 0 15.11.2017
4.4.0 2 15.02.2024
4.4.0-preview2-25405-01 0 27.06.2017
4.4.0-preview1-25305-02 0 09.05.2017
4.3.0 0 15.11.2016
4.3.0-preview1-24530-04 0 24.10.2016
4.0.0 0 27.06.2016