mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-05-27 11:26:22 +00:00
Add #32 to common offset
This commit is contained in:
@@ -42,11 +42,12 @@ def determine_day(last, current):
|
|||||||
else:
|
else:
|
||||||
return current
|
return current
|
||||||
|
|
||||||
CRYPT14_OFFSETS = [
|
CRYPT14_OFFSETS = (
|
||||||
{"iv": 67, "db": 191},
|
{"iv": 67, "db": 191},
|
||||||
{"iv": 67, "db": 190},
|
{"iv": 67, "db": 190},
|
||||||
{"iv": 66, "db": 99}
|
{"iv": 66, "db": 99},
|
||||||
]
|
{"iv": 67, "db": 193}
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class Crypt(Enum):
|
class Crypt(Enum):
|
||||||
|
|||||||
@@ -46,11 +46,12 @@ def determine_day(last, current):
|
|||||||
return current
|
return current
|
||||||
|
|
||||||
|
|
||||||
CRYPT14_OFFSETS = [
|
CRYPT14_OFFSETS = (
|
||||||
{"iv": 67, "db": 191},
|
{"iv": 67, "db": 191},
|
||||||
{"iv": 67, "db": 190},
|
{"iv": 67, "db": 190},
|
||||||
{"iv": 66, "db": 99}
|
{"iv": 66, "db": 99},
|
||||||
]
|
{"iv": 67, "db": 193}
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class Crypt(Enum):
|
class Crypt(Enum):
|
||||||
|
|||||||
Reference in New Issue
Block a user