TelegramStorageParser icon indicating copy to clipboard operation
TelegramStorageParser copied to clipboard

Library to decrypt and parse Telegram Desktop's storage

Results 6 TelegramStorageParser issues
Sort by recently updated
recently updated
newest added

I need to find this passcode in Telegram Desktop, which is stored in the map[0-1] file. ![image](https://user-images.githubusercontent.com/54175250/63956974-f2499f00-caa0-11e9-8b36-f967e66124e3.png) I don't have any idea about the length of the password, which characters...

I added ``` default: Console.WriteLine(storageKey); return false; ``` to `src/TelegramStorageParser/TelegramDesktop/Map.cs:144` and got ouput of example program: ``` 165804707 Something went wrong: InvalidData ```

tdesktop-updated

Hi! I try to use your code for parsing Telegram Desktop (1.4.3) on Windows. Is it working for Windows? I constantly get InvalidData, because storageKey always equals 21. Could you...

for linux enough change `[DllImport("libcrypto.dll", CallingConvention = CallingConvention.Cdecl)]` to `[DllImport("/usr/lib/x86_64-linux-gnu/libssl.so", CallingConvention = CallingConvention.Cdecl)]`