Skip to content

Commit

Permalink
Add credits (sources of checksum calc method)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Kirchen committed Sep 20, 2015
1 parent ba9ffb1 commit 9c1aed3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions fbchecksum
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
#!/usr/bin/python

# The reverse engineering required to come up with the method to calculate the
# checksum so the Fritz!Box would accept altered config files is not my work.
# Here is a list of sources I gathered the required information from:
# - fb_tools.php.gz from http://www.mengelke.de/Projekte/FritzBoxTools
# - http://www.akk.org/~enrik/fbox/util/exportsum.pl
# - http://www.ip-phone-forum.de/showthread.php?t=77639
# - https://github.com/olistudent/FBEditor

import binascii
import sys, re

# TODO credits

################################################################################
# global pre-compiled regex objects for later matching
################################################################################
Expand Down

0 comments on commit 9c1aed3

Please sign in to comment.