Closed lzunsec closed 3 years ago
The following seems to work for me
cryptotools-master.zip
to the airgapped machine i.e put it in /tmpcd /tmp
, unzip cryptotools-master.zip
cd cryptotools-master
, python3 setup.py install
python3
, from cryptotools import Xprv
Simply doing
sudo python3 setup.py install
on my raspberry pi zero which has no internet access dit not work, I get/usr/local/lib/python3.7/dist-packages/cryptotools-0.1-py3.7.egg
exists but there should exist a folder here, not a .egg I guess.Thanks