Description
"Paramiko" is a combination of the esperanto words for "paranoid" and
"friend". It's a module for Python 2.6+ that implements the SSH2 protocol
for secure (encrypted and authenticated) connections to remote machines.
Unlike SSL (aka TLS), SSH2 protocol does not require hierarchical
certificates signed by a powerful central authority. You may know SSH2 as
the protocol that replaced Telnet and rsh for secure access to remote
shells, but the protocol also includes the ability to open arbitrary
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 Lesser General Public License (LGPL).
The package and its API is fairly well documented in the "doc/" folder
that should have come with this archive.
Paramiko alternatives and similar packages
Based on the "Cryptography" category.
Alternatively, view Paramiko alternatives based on common mentions on social networks and blogs.
-
cryptography
cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. -
Themis
Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms. -
pyOpenSSL -- A Python wrapper around the OpenSSL library
A Python wrapper around the OpenSSL library -
hashids
Implementation of hashids (http://hashids.org) in Python. Compatible with Python 2 and Python 3 -
PyNacl
Python binding to the Networking and Cryptography (NaCl) library -
ContentHash for Python
Python implementation of EIP 1577 content hash -
HashLib4Python-CPPWrapper
HashLib4Python is a cython wrapper around HashLib4CPP library that provides an easy to use interface for computing hashes and checksums of strings, files and bytearrays.
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Paramiko or a related project?