Decrypt PGP encrypted ISE backup.

gpg -v --batch --yes --passphrase myEncryptionKey -d somefile.tar.gpg > somefile.tar

Source