2013-11-17 20:01:34 +01:00
|
|
|
# Decrypt
|
2013-11-17 10:59:17 -08:00
|
|
|
|
|
|
|
Decrypt saved config data from some Sphairon routers (such as the Alice IAD 3232 or similar models) on Mac OS X.
|
2013-11-17 20:01:34 +01:00
|
|
|
|
|
|
|
Thanks to [hph][1] for reverse engineering the details of that config format.
|
|
|
|
|
|
|
|
## Compile:
|
|
|
|
|
2015-11-09 19:40:55 +01:00
|
|
|
make
|
2013-11-17 20:01:34 +01:00
|
|
|
|
|
|
|
## Run:
|
|
|
|
|
|
|
|
Decrypt path/to/config.bin path/to/output.tgz
|
|
|
|
|
|
|
|
[1]: http://hph.name/207
|