Update readme.txt
This commit is contained in:
parent
d95281f9c6
commit
95bd7cbb9a
1 changed files with 13 additions and 2 deletions
15
README.md
15
README.md
|
@ -1,4 +1,15 @@
|
||||||
Decrypt
|
# Decrypt
|
||||||
=======
|
|
||||||
|
|
||||||
Decrypt saved config data from some Sphairon routers (such as the Alice IAD 3232 or similar models) on Mac OS X.
|
Decrypt saved config data from some Sphairon routers (such as the Alice IAD 3232 or similar models) on Mac OS X.
|
||||||
|
|
||||||
|
Thanks to [hph][1] for reverse engineering the details of that config format.
|
||||||
|
|
||||||
|
## Compile:
|
||||||
|
|
||||||
|
clang Decrypt.c -o Decrypt
|
||||||
|
|
||||||
|
## Run:
|
||||||
|
|
||||||
|
Decrypt path/to/config.bin path/to/output.tgz
|
||||||
|
|
||||||
|
[1]: http://hph.name/207
|
||||||
|
|
Loading…
Add table
Reference in a new issue