Info
Version: | 2.0.0 |
Author(s): | Couchbase, Inc. |
Last Update: | Friday, December 8, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/couchbase/dotnet-couchbase-encryption |
NuGet Url: | https://www.nuget.org/packages/Couchbase.Extensions.Encryption |
Install
Install-Package Couchbase.Extensions.Encryption
dotnet add package Couchbase.Extensions.Encryption
paket add Couchbase.Extensions.Encryption
Couchbase.Extensions.Encryption Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- CouchbaseNetClient(>= 2.6.0)
- System.Reflection.Extensions(>= 4.3.0)
- System.Security.Cryptography.Algorithms(>= 4.3.1)
- System.Security.Cryptography.Cng(>= 4.4.0)
- System.Security.Cryptography.ProtectedData(>= 4.4.0)
- System.Xml.XmlSerializer(>= 4.3.0)
- CouchbaseNetClient(>= 2.6.0)
- CouchbaseNetClient(>= 2.6.0)
- NETStandard.Library(>= 2.0.1)
- System.Reflection.Extensions(>= 4.3.0)
- System.Security.Cryptography.Algorithms(>= 4.3.1)
- System.Security.Cryptography.Cng(>= 4.4.0)
- System.Security.Cryptography.ProtectedData(>= 4.4.0)
- System.Xml.XmlSerializer(>= 4.3.0)
Tags
Encrypted fields are protected in transit and at rest. Fields are transparently decrypted when they are retrieved from Couchbase within the application.