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:47:50 +01:00
.gitignore Ignore executables. 2015-11-09 22:46:46 +01: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 Use tabs in readme file. 2015-11-09 22:47:50 +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