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 ?