I am trying to do SFTP from windows running Python and install Paramiko as recommended here. Unfortunately, it asks for Crypto.Util.randpool, so I need to install the Crypto package. I found RPMS for Linux but cannot find anything or source code for windows.
The readme for Paramiko states: pycrypto compiled for Win32 can be downloaded from the HashTar homepage: http://nitace.bsd.uchicago.edu:8080/hashtar .
Unfortunately, this link does not work. There is also no link to the PCrypto website.
Have an idea how to overcome this?
source
share