File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -65,27 +65,6 @@ support this::
65
65
66
66
pip install scales
67
67
68
- *Optional: * Column-Level Encryption (CLE) Support
69
- --------------------------------------------------
70
- The driver has built-in support for client-side encryption and
71
- decryption of data. For more, see :doc: `column_encryption `.
72
-
73
- CLE depends on the Python `cryptography <https://cryptography.io/en/latest/ >`_ module.
74
- When installing Python driver 3.27.0. the `cryptography ` module is
75
- also downloaded and installed.
76
- If you are using Python driver 3.28.0 or later and want to use CLE, you must
77
- install the `cryptography <https://cryptography.io/en/latest/ >`_ module.
78
-
79
- You can install this module along with the driver by specifying the `cle ` extra::
80
-
81
- pip install cassandra-driver[cle]
82
-
83
- Alternatively, you can also install the module directly via `pip `::
84
-
85
- pip install cryptography
86
-
87
- Any version of cryptography >= 35.0 will work for the CLE feature. You can find additional
88
- details at `PYTHON-1351 <https://datastax-oss.atlassian.net/browse/PYTHON-1351 >`_
89
68
90
69
Speeding Up Installation
91
70
^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments