github.com/sentienttechnologies/studio-go-runner@v0.0.0-20201118202441-6d21f2ced8ee/assets/crypto/encryptor.sh (about) 1 eval "$(pyenv init -)" 2 eval "$(pyenv virtualenv-init -)" 3 which pip3 4 which python3 5 pip3 install --upgrade pip 6 pip3 install pynacl==1.3.0 7 pip3 install pycryptodome==3.9.7 8 python3 encryptor.py ./public.pem "Hello World!" ./payload