06-04-2018 09:37 AM
How to decrypt an ACS backup file (.gpg.tar) using GPG keychain software? I tried decrypting the ISE backup file and it was successful, however decrypting ACS back up failed.
Solved! Go to Solution.
06-06-2018 04:09 PM
It just occurred to me that ACS doesn't allow you to specify an encryption key. Therefore you won't stand a chance to decode this file. Only the ACS config restore function will be able to decrypt it.
ISE is a bit friendlier in that respect because we are forced to chose an encryption key which we then use going forward.
06-04-2018 02:45 PM
Have you tried this command on a Linux command line?
gpg -v --batch --yes --passphrase myEncryptionKey -d somefile.tar.gpg > somefile.tar
You need to know the key which was used to encrypt the file - myEncryptionKey
Input filename - somefile.tar.gpg
Output filename - somefile.tar
06-05-2018 10:44 PM
Hi Arne,
I tried the command you provided, but it did not work for ACS however it worked for ISE backup.
06-06-2018 04:09 PM
It just occurred to me that ACS doesn't allow you to specify an encryption key. Therefore you won't stand a chance to decode this file. Only the ACS config restore function will be able to decrypt it.
ISE is a bit friendlier in that respect because we are forced to chose an encryption key which we then use going forward.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide