Skip to content

Commit 7acf320

Browse files
We do not ship crypto
DOC-10267
1 parent 250bba8 commit 7acf320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/howtos/pages/encrypting-using-sdk.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For a high-level overview of this feature, see the xref:concept-docs:encryption.
1313
== Packaging
1414

1515
The Couchbase .NET SDK works together with the https://github.com/couchbase/dotnet-couchbase-encryption[.NET Couchbase Encryption^] library to provide support for encryption and decryption of JSON fields.
16-
This library includes cryptographic algorithms and keyrings you can use out of the box, and provides a framework for implementing your own crypto components.
16+
This library makes use of the cryptographic algorithms available on your platform, and provides a framework for implementing your own crypto components.
1717

1818
NOTE: The encryption code is packaged as an optional library and is subject to the Couchbase https://www.couchbase.com/LA03012021[License] and https://www.couchbase.com/ESLA08042020[Enterprise Subscription License] agreements.
1919
To use the encryption library, you have to explicitly include this dependency in your project configuration.

0 commit comments

Comments
 (0)