<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ISE RESTORE ERROR - WRONG ENCRYPTION KEY OR CORRUPTED DOWNLOAD in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ise-restore-error-wrong-encryption-key-or-corrupted-download/m-p/3526032#M509650</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Arne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user@ubuntu:~/Desktop$ gpg -v --batch --yes --passphrase correctkey -d UNON_REMOTE_BACKUP-CFG10-180523-0816.tar.gpg &amp;gt; /dev/null&lt;/P&gt;&lt;P&gt;gpg: AES encrypted data&lt;/P&gt;&lt;P&gt;gpg: encrypted with 1 passphrase&lt;/P&gt;&lt;P&gt;gpg: original file name='UNON_REMOTE_BACKUP-CFG10-180523-0816.tar'&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;gpg: WARNING: encrypted message has been manipulated!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;user@ubuntu:~/Desktop$ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user@ubuntu:~/Desktop$ gpg -v --batch --yes --passphrase incorrectkey -d UNON_REMOTE_BACKUP-CFG10-180523-0816.tar.gpg &amp;gt; /dev/null&lt;/P&gt;&lt;P&gt;gpg: AES encrypted data&lt;/P&gt;&lt;P&gt;gpg: encrypted with 1 passphrase&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;gpg: decryption failed: Bad session key&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 May 2018 04:23:07 GMT</pubDate>
    <dc:creator>kajibola</dc:creator>
    <dc:date>2018-05-24T04:23:07Z</dc:date>
    <item>
      <title>ISE RESTORE ERROR - WRONG ENCRYPTION KEY OR CORRUPTED DOWNLOAD</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-restore-error-wrong-encryption-key-or-corrupted-download/m-p/3526030#M509647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have an issue regarding ACS to ISE migration and I don't know if you ve encountered it before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Back-up was done from production ACS 5.8 patch 6 and imported to the LAB/migration ACS 5.8 patch 6. Migration tool was used to migrate config from the migration/lab ACS 5.8 patch 6 to migration/lab ISE 2.3 patch 3. After then back-up was done on migration/ISE lab, we tried restoring the back-up from the lab ISE to the newly deployed ISE but it keeps giving us &lt;STRONG&gt;"wrong encryption key or corrupted download from repository"&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are very sure the encryption key is correct. Backup file have been re-generated and re-downloaded thrice with no success in restoring it to the newly deployed ISE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: The migration/lab ISE is running ISE 2.3 patch 3 which is same with the newly deployed ISE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried doing a backup and restore from the same newly deployed ISE to itself and it works but back up from the LAB ISE to the newly deployed ISE for restoration is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="encry.JPG" class="image-1 jive-image" src="https://community.cisco.com/legacyfs/online/fusion/117221_encry.JPG" style="height: 145px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 03:06:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-restore-error-wrong-encryption-key-or-corrupted-download/m-p/3526030#M509647</guid>
      <dc:creator>kajibola</dc:creator>
      <dc:date>2018-05-24T03:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: ISE RESTORE ERROR - WRONG ENCRYPTION KEY OR CORRUPTED DOWNLOAD</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-restore-error-wrong-encryption-key-or-corrupted-download/m-p/3526031#M509648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just as a sanity check, copy that tar.gpg file to a Linux server and then use the gpg command to test your decryption key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[abier@centos ~]$ &lt;STRONG&gt;gpg -v --batch --yes --passphrase badphrase -d /mnt/hgfs/D/tmp/ISEDailyConfigBackups-CFG10-180524-0300.tar.gpg&amp;nbsp; &amp;gt; /dev/null&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;gpg: AES encrypted data&lt;/P&gt;&lt;P&gt;gpg: encrypted with 1 passphrase&lt;/P&gt;&lt;P&gt;gpg: decryption failed: Bad session key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is an example of the correct key (I replaced the password with *'s)&lt;/P&gt;&lt;P&gt;[abier@centos ~]$ &lt;STRONG&gt;gpg -v --batch --yes --passphrase *********&amp;nbsp; -d /mnt/hgfs/D/tmp/ISEDailyConfigBackups-CFG10-180524-0300.tar.gpg&amp;nbsp; &amp;gt; /dev/null&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;gpg: AES encrypted data&lt;/P&gt;&lt;P&gt;gpg: encrypted with 1 passphrase&lt;/P&gt;&lt;P&gt;gpg: original file name='ISEDailyConfigBackups-CFG10-180524-0300.tar'&lt;/P&gt;&lt;P&gt;[abier@centos ~]$ &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 04:02:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-restore-error-wrong-encryption-key-or-corrupted-download/m-p/3526031#M509648</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2018-05-24T04:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: ISE RESTORE ERROR - WRONG ENCRYPTION KEY OR CORRUPTED DOWNLOAD</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-restore-error-wrong-encryption-key-or-corrupted-download/m-p/3526032#M509650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Arne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user@ubuntu:~/Desktop$ gpg -v --batch --yes --passphrase correctkey -d UNON_REMOTE_BACKUP-CFG10-180523-0816.tar.gpg &amp;gt; /dev/null&lt;/P&gt;&lt;P&gt;gpg: AES encrypted data&lt;/P&gt;&lt;P&gt;gpg: encrypted with 1 passphrase&lt;/P&gt;&lt;P&gt;gpg: original file name='UNON_REMOTE_BACKUP-CFG10-180523-0816.tar'&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;gpg: WARNING: encrypted message has been manipulated!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;user@ubuntu:~/Desktop$ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user@ubuntu:~/Desktop$ gpg -v --batch --yes --passphrase incorrectkey -d UNON_REMOTE_BACKUP-CFG10-180523-0816.tar.gpg &amp;gt; /dev/null&lt;/P&gt;&lt;P&gt;gpg: AES encrypted data&lt;/P&gt;&lt;P&gt;gpg: encrypted with 1 passphrase&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;gpg: decryption failed: Bad session key&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 04:23:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-restore-error-wrong-encryption-key-or-corrupted-download/m-p/3526032#M509650</guid>
      <dc:creator>kajibola</dc:creator>
      <dc:date>2018-05-24T04:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: ISE RESTORE ERROR - WRONG ENCRYPTION KEY OR CORRUPTED DOWNLOAD</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-restore-error-wrong-encryption-key-or-corrupted-download/m-p/3526033#M509652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not seen that before.&amp;nbsp; I would speculate that ISE 2.0 signed that backup with an older cipher or something&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the -vv argument for more verbose output - maybe it spits out a useful clue in your case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[abier@centos ~]$ &lt;STRONG&gt;gpg -vv --batch --yes --passphrase ****** -d /mnt/hgfs/D/tmp/ISEDailyConfigBackups-CFG10-180524-0300.tar.gpg&amp;nbsp; &amp;gt; /dev/null&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;:symkey enc packet: version 4, cipher 7, s2k 3, hash 2&lt;/P&gt;&lt;P&gt; salt 7c73b46bc89be249, count 8912896 (209)&lt;/P&gt;&lt;P&gt;gpg: AES encrypted data&lt;/P&gt;&lt;P&gt;:encrypted data packet:&lt;/P&gt;&lt;P&gt; length: 399761931&lt;/P&gt;&lt;P&gt; mdc_method: 2&lt;/P&gt;&lt;P&gt;gpg: encrypted with 1 passphrase&lt;/P&gt;&lt;P&gt;:literal data packet:&lt;/P&gt;&lt;P&gt; mode b (62), created 1527095724, name="ISEDailyConfigBackups-CFG10-180524-0300.tar",&lt;/P&gt;&lt;P&gt; raw data: 399761836 bytes&lt;/P&gt;&lt;P&gt;gpg: original file name='ISEDailyConfigBackups-CFG10-180524-0300.tar'&lt;/P&gt;&lt;P&gt;gpg: decryption okay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 04:40:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-restore-error-wrong-encryption-key-or-corrupted-download/m-p/3526033#M509652</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2018-05-24T04:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: ISE RESTORE ERROR - WRONG ENCRYPTION KEY OR CORRUPTED DOWNLOAD</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-restore-error-wrong-encryption-key-or-corrupted-download/m-p/3526034#M509653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ISE 2.3 patch 3 was used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user@ubuntu:~/Desktop$ gpg -vv --batch --yes --passphrase **** -d UNON_REMOTE_BACKUP-CFG10-180523-0816.tar.gpg &amp;gt; /dev/null&lt;/P&gt;&lt;P&gt;# off=0 ctb=8c tag=3 hlen=2 plen=13&lt;/P&gt;&lt;P&gt;:symkey enc packet: version 4, cipher 7, s2k 3, hash 2&lt;/P&gt;&lt;P&gt;salt 0CD78ED18AD3030F, count 8126464 (207)&lt;/P&gt;&lt;P&gt;gpg: AES encrypted data&lt;/P&gt;&lt;P&gt;# off=15 ctb=d2 tag=18 hlen=6 plen=56938060 new-ctb&lt;/P&gt;&lt;P&gt;:encrypted data packet:&lt;/P&gt;&lt;P&gt;length: 56938060&lt;/P&gt;&lt;P&gt;mdc_method: 2&lt;/P&gt;&lt;P&gt;gpg: encrypted with 1 passphrase&lt;/P&gt;&lt;P&gt;# off=40 ctb=ae tag=11 hlen=5 plen=56938014&lt;/P&gt;&lt;P&gt;:literal data packet:&lt;/P&gt;&lt;P&gt;mode b (62), created 1527064416, name="UNON_REMOTE_BACKUP-CFG10-180523-0816.tar",&lt;/P&gt;&lt;P&gt;raw data: 56937968 bytes&lt;/P&gt;&lt;P&gt;gpg: original file name='UNON_REMOTE_BACKUP-CFG10-180523-0816.tar'&lt;/P&gt;&lt;P&gt;gpg: WARNING: encrypted message has been manipulated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 04:52:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-restore-error-wrong-encryption-key-or-corrupted-download/m-p/3526034#M509653</guid>
      <dc:creator>kajibola</dc:creator>
      <dc:date>2018-05-24T04:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: ISE RESTORE ERROR - WRONG ENCRYPTION KEY OR CORRUPTED DOWNLOAD</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-restore-error-wrong-encryption-key-or-corrupted-download/m-p/3526035#M509654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Funny enough, my example backup file was also taken on ISE 2.3 patch 3! &lt;/P&gt;&lt;P&gt;The only difference I can see is the gpg stuff&lt;/P&gt;&lt;P&gt;# off=0 ctb=8c tag=3 hlen=2 plen=13&lt;/P&gt;&lt;P&gt;# off=15 ctb=d2 tag=18 hlen=6 plen=56938060 new-ctb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what that means.&amp;nbsp; These gpg files are binary - what are the chances that you inadvertently ftp'd/transferred the file in ASCII mode and not BINARY?&amp;nbsp; It's a long shot but worth checking&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 05:26:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-restore-error-wrong-encryption-key-or-corrupted-download/m-p/3526035#M509654</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2018-05-24T05:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: ISE RESTORE ERROR - WRONG ENCRYPTION KEY OR CORRUPTED DOWNLOAD</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-restore-error-wrong-encryption-key-or-corrupted-download/m-p/3526036#M509657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kusimo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also something to remember is that you dont know how many backups and restores was done prior to ACS 5.8 p6 to get to that version. As Arne pointed out it could be corruption from ftp as well.&lt;/P&gt;&lt;P&gt;You can isolate this by taking existing backup(first backup), resetting the ISE config, take a fresh backup and restore it to another ISE server. There by you are avoiding the corruption carried over if any.&lt;/P&gt;&lt;P&gt;Try restoring the first backup to the same ISE server and see if it comes up avoiding ftp. You can create a local repository for backup. Also for sanity sake I have to say this, make sure you are using the right repository and right file etc...:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would be good to call TAC to troubleshoot further if it impacts your business.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Krishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 21:35:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-restore-error-wrong-encryption-key-or-corrupted-download/m-p/3526036#M509657</guid>
      <dc:creator>kthiruve</dc:creator>
      <dc:date>2018-05-24T21:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: ISE RESTORE ERROR - WRONG ENCRYPTION KEY OR CORRUPTED DOWNLOAD</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-restore-error-wrong-encryption-key-or-corrupted-download/m-p/3526037#M509661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for the wonderful contributions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doing checksum on the file and the remote one shows that the hash is no longer the same. Re-uploading and re-downloading it is not even helping as we are still having the encryption key issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Back up generated and restored on the newly deployed ISE is working without encryption key error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I decide to do my own migration locally and this solves the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 11:36:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-restore-error-wrong-encryption-key-or-corrupted-download/m-p/3526037#M509661</guid>
      <dc:creator>kajibola</dc:creator>
      <dc:date>2018-05-31T11:36:04Z</dc:date>
    </item>
  </channel>
</rss>

