jiru / kakaodecrypt

Decrypt chat history from the local database of Kakaotalk’s Android app
Do What The F*ck You Want To Public License
64 stars 26 forks source link

Unsupported encoding type 28 #10

Closed Blackiris-no1 closed 4 years ago

Blackiris-no1 commented 4 years ago

Traceback (most recent call last): File "kakaodecrypt.py", line 19, in genSalt salt = prefixes[encType] + str(user_id) IndexError: list index out of range

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "kakaodecrypt.py", line 207, in KakaoDbDecrypt.run(db_file, enc_table, dec_table, enc_fields, do_print) File "kakaodecrypt.py", line 167, in run contents = KakaoDecrypt.decrypt(user_id, enc_type, contents) File "kakaodecrypt.py", line 91, in decrypt salt = KakaoDecrypt.genSalt(user_id, encType) File "kakaodecrypt.py", line 22, in genSalt raise ValueError('Unsupported encoding type %i' % encType) ValueError: Unsupported encoding type 28

jiru commented 4 years ago

The file you are trying to decode is too recent. Kakaodecrypt needs to be updated to support it.

Blackiris-no1 commented 4 years ago

The file you are trying to decode is too recent. Kakaodecrypt needs to be updated to support it.

 Can you update kakaodecrypt? Or can you please let me know if there is a way to refer to the update?

Blackiris-no1 commented 4 years ago

The file you are trying to decode is too recent. Kakaodecrypt needs to be updated to support it.

If you need a db file You can send it by email.

Blackiris-no1 commented 4 years ago

The file you are trying to decode is too recent. Kakaodecrypt needs to be updated to support it.

Please check the email :)

jiru commented 4 years ago

I added support for encoding 28 and 29.