Skip to main content

Command Palette

Search for a command to run...

Decrypt ISE Backup

Updated
1 min read

Decrypt PGP encrypted ISE backup.

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

Source