Decrypting a .gpg file with python

270 Views Asked by At

I try to decrypt a gpg file using this command :

gpg --batch --passphrase=*** --output file.csv --decrypt file.gpg

but it doesn't work, i can't read the content.

And would anyone know how to convert a CTL file to csv or text?

can someone help me ?

0

There are 0 best solutions below