0

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 ?

TheEagle
  • 5,808
  • 3
  • 11
  • 39
LilyAZ
  • 133
  • 3
  • 10
  • 1
    Please post the full output of your not-working gpg command. – TheEagle Feb 17 '21 at 16:47
  • 1
    I don't get an error message, it's when I open the file the problem, it's still encrypted – LilyAZ Feb 18 '21 at 13:20
  • My guess: The file is correctly decrypted. And what you got is not directly a CSV file, but maybe a compressed CSV file. Check with the `file file.csv` command what kind of file it is, probably a zip or gzip compressed one. – Zilog80 Mar 26 '21 at 13:06

0 Answers0