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>
Tue, 19 Jul 2022 12:53:29 +0000 (14:53 +0200)
commitbc43ad88ed18722c0621fd6dfef0ff68268f4e14
tree2a6111c0a49c83f4eb30ba1c8144dff1012fc406
parent0f068e7c4a83bcbf20c4e52a5f8a3f1fe2af2246
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>
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]