Decrypt/README.md

17 lines
357 B
Markdown
Raw Permalink Normal View History

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 22:47:50 +01:00
make
2013-11-17 20:01:34 +01:00
## Run:
2015-11-09 22:47:50 +01:00
Decrypt path/to/config.bin path/to/output.tgz
Encrypt path/to/output.tgz path/to/new/config.bin
2013-11-17 20:01:34 +01:00
[1]: http://hph.name/207