-
Notifications
You must be signed in to change notification settings - Fork 67
"keytype not treated" #3
Comments
In
Those numbers were extracted from https://github.com/telegramdesktop/tdesktop/blob/fa3117e41ed4862541a94b4df50710490247fe7a/Telegram/SourceFiles/storage/localstorage.cpp#L497 at version 1.5.1, but the list on 1.8.8 seems to be the same. Maybe something else changed in a new version of telegram desktop, or the decrypted map parsing should be doing something else, or your file may be corrupt. I'm not sure which of these options is happening here. |
Have exactly the same problem and my file is not corruted. |
Then the map parsing is definitively lacking something. |
Hey, I know what is that number, you shouldn't change it to hex format, it's user's telegram number id, now you know this, can you make it work? I reeeeeeeeeeeeally need it, thanks :) I changed your code a bit and made it print every keytype that it couldn't parse
it's clear that none of them is a correct keytype, but why? |
Same here. |
The fix should be the XamarinDeveloper's suggestion, to accept the number as the telegram number ID. But to to that, I (or someone else) will have to revise the parser, which should be expecting this. It will be likely necessary to compare it with an updated version of Telegram Desktop source code, to follow what it does. Unfortunately, I will not have the spare time to do this any time soon. Hopefully someone else could send a push request, who knows! |
It is on my todo list, the thing is that it is already too long. |
Using the latest TG app as of today, 1.8.2, MX Linux (Debian derivative).
Built the decryptor with plain downloading go and installing in /usr/local as per the golang.org instructions. "go build" in the directory where main.go is at.
mkdir decrypted
./telegram-desktop-decrypt bulkdecrypt ~/.local/share/TelegramDesktop/tdata/D877F783D5D3EF8C/map0 decrypted/
could not decrypt file '/home/[myname]/.local/share/TelegramDesktop/tdata/D877F783D5D3EF8C/map0': keytype not treated: 154048071
This is all.. greek.. to me. What might this be?
The text was updated successfully, but these errors were encountered: