Skip to content

Commit 77f51a2

Browse files
We do not ship Crypto libs
DOC-10267
1 parent 99bbd55 commit 77f51a2

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 xref:concept-docs:encryption.adoc
1313
== Packaging
1414

1515
The Couchbase Java SDK works together with the https://github.com/couchbase/java-couchbase-encryption[Java 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)