Decrypt saved config data from some Sphairon routers (such as the Alice IAD 3232 or similar models) on Mac OS X.
Find a file
2015-11-09 22:45:39 +01:00
.gitignore Initial commit 2013-11-17 10:59:17 -08:00
Buffer.c Implement encrypting. 2015-11-09 22:43:58 +01:00
Buffer.h Implement encrypting. 2015-11-09 22:43:58 +01:00
Common.h Implement encrypting. 2015-11-09 22:43:58 +01:00
Decrypt.c Use HeaderSize constant in Decrypt. 2015-11-09 22:44:14 +01:00
Encrypt.c Implement encrypting. 2015-11-09 22:43:58 +01:00
LICENSE Update license information. 2013-11-17 20:04:16 +01:00
Makefile Add skeleton for encrypt program. 2015-11-09 19:50:33 +01:00
README.md Update readme file for encryption. 2015-11-09 22:45:39 +01:00

Decrypt

Decrypt saved config data from some Sphairon routers (such as the Alice IAD 3232 or similar models) on Mac OS X.

Thanks to hph for reverse engineering the details of that config format.

Compile:

make

Run:

Decrypt path/to/config.bin path/to/output.tgz Encrypt path/to/output.tgz path/to/new/config.bin