This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* ConfD Decrypt Utility | |
* | |
* Prerequisites: | |
* * AESCFB128-encrypted (e.g. $8$) config values | |
* * May work on DES3CBC as well; untested | |
* * CDB files from target device | |
* * confd.conf file from target device | |
* * At minimum, AESCFB128 key and initVector values | |
* * gcc/make |