Decrypt file

gpg

gpg -o dump.sql -d dump.sql.gpg
  • -o|--output - use as output file
  • -d|--decrypt - decrypt data (default)
click the source code to copy install gpg on any operating system with command-not-found.com