Skip to main content
SecureStore package icon

SecureStore

A simple but secure secrets manager library for .NET and .NET Core, with on-disk encrypted storage. Securely store passwords and private keys in a git-friendly, human-readable format, optimized for local development and secure remote deployment.

Total Downloads
244.1K
244,118
Published
Jun 30, 2022
Latest stable version

Install

.NET CLI
dotnet add package SecureStore --version 1.1.0
Package Manager Console
Install-Package SecureStore -Version 1.1.0
PackageReference
<PackageReference Include="SecureStore" Version="1.1.0" />

Frameworks

.NETFramework4.0 .NETFramework4.5 .NETStandard1.3 .NETCoreApp3.0 .NETStandard2.0

Dependencies

Newtonsoft.Json
.NETFramework4.0
[10.0.3, )
Newtonsoft.Json
.NETFramework4.5
[10.0.3, )
NETStandard.Library
.NETStandard1.3
[1.6.1, )
Newtonsoft.Json
.NETStandard1.3
[10.0.3, )
Newtonsoft.Json
.NETCoreApp3.0
[10.0.3, )
Newtonsoft.Json
.NETStandard2.0
[10.0.3, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

Compatibility metadata lists 5 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.