I have to execute a cmd command from python and I do it using subprocess:
The command in cmd would be "gpg -d filenameEncriptado.gpg", in python it would be something like this:
import subprocess
subprocess.call(['gpg' ,'-d', 'nombreArchivo...
asked by
05.12.2018 / 22:24