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
257.4K
257,432
Published
Dec 15, 2017
Latest stable version

Install

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

Frameworks

.NETFramework2.0 .NETFramework3.0 .NETFramework3.5 .NETFramework4.0 .NETFramework4.5 .NETStandard1.3

Dependencies

Newtonsoft.Json
.NETFramework2.0
[10.0.3, )
Stream.CopyTo
.NETFramework2.0
[1.0.0, )
Newtonsoft.Json
.NETFramework3.0
[10.0.3, )
Stream.CopyTo
.NETFramework3.0
[1.0.0, )
Newtonsoft.Json
.NETFramework3.5
[10.0.3, )
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, )

Adoption guide

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

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 6 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.