diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-15 14:05:15 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-15 14:05:15 -0700 |
commit | 56a4739923a356ff5670b4620139ca55a2f30148 (patch) | |
tree | 405e2573eaacc37615607a349773d389078c31fc /README | |
parent | f74c7d76ec2ea9d39a4af6643761b648f81bd266 (diff) |
Switched everything to use cryptography
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ channels to remote services across the encrypted tunnel (this is how sftp works, for example). it is written entirely in python (no C or platform-dependent code) and is -released under the GNU LGPL (lesser GPL). +released under the GNU LGPL (lesser GPL). the package and its API is fairly well documented in the "doc/" folder that should have come with this archive. @@ -36,7 +36,7 @@ Requirements - Python 2.6 or better <http://www.python.org/> - this includes Python 3.2 and higher as well. - - pycrypto 2.1 or better <https://www.dlitz.net/software/pycrypto/> + - Cryptography 0.5.4 or better <https://cryptography.io> - ecdsa 0.9 or better <https://pypi.python.org/pypi/ecdsa> If you have setuptools, you can build and install paramiko and all its |