File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,24 @@ Download and install using:
2121
2222 pip install rsa
2323
24- or:
25-
26- easy_install rsa
27-
2824or download it from the [ Python Package Index] ( https://pypi.python.org/pypi/rsa ) .
2925
3026The source code is maintained at [ Github] ( https://github.com/sybrenstuvel/python-rsa/ ) and is
3127licensed under the [ Apache License, version 2.0] ( https://www.apache.org/licenses/LICENSE-2.0 )
3228
29+
30+ Plans for the future
31+ --------------------
32+
33+ Version 3.4 is the last version in the 3.x range. Version 4.0 will drop the following modules,
34+ as they are insecure:
35+
36+ - ` rsa._version133 `
37+ - ` rsa._version200 `
38+ - ` rsa.bigfile `
39+ - ` rsa.varblock `
40+
41+ Those modules are marked as deprecated in version 3.4.
42+
43+ Furthermore, in 4.0 the I/O functions will be streamlined to always work with bytes on all
44+ supported versions of Python.
You can’t perform that action at this time.
0 commit comments