You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/howtos/pages/encrypting-using-sdk.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ For a high-level overview of this feature, see the xref:concept-docs:encryption.
13
13
== Packaging
14
14
15
15
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.
17
17
18
18
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.
19
19
To use the encryption library, you have to explicitly include this dependency in your project configuration.
0 commit comments