uencrypt: add package to decrypt WG4хх223 config
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Fri, 8 Jul 2022 14:08:21 +0000 (11:08 -0300)
committerChristian Marangi <ansuelsmth@gmail.com>
Fri, 19 Aug 2022 12:44:07 +0000 (14:44 +0200)
commitd94a28f7d264ca8286b448a70e0311fa0051603a
tree6980429bc049bccc5b6243058fba3c9e8da9199a
parentbfb37d363c9c2a8ca7931937505e53f73fc1f8f5
uencrypt: add package to decrypt WG4хх223 config

This adds a simple AES-128-CBC encryption/decryption program using
either wolfSSL or OpenSSL as backend to decrypt Arcadyan WG4xx223
configuration partitions.  The ipk size is 3,355 bytes.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit bc43ad88ed18722c0621fd6dfef0ff68268f4e14)
package/utils/uencrypt/Makefile [new file with mode: 0644]
package/utils/uencrypt/src/CMakeLists.txt [new file with mode: 0644]
package/utils/uencrypt/src/uencrypt.c [new file with mode: 0644]