{"id":15425380,"url":"https://github.com/mihazupan/telegramstorageparser","last_synced_at":"2025-06-27T03:32:57.199Z","repository":{"id":95426244,"uuid":"138507893","full_name":"MihaZupan/TelegramStorageParser","owner":"MihaZupan","description":"Library to decrypt and parse Telegram Desktop's storage","archived":false,"fork":false,"pushed_at":"2019-12-27T12:58:35.000Z","size":979,"stargazers_count":65,"open_issues_count":6,"forks_count":21,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-16T09:22:48.708Z","etag":null,"topics":["decryption","localstorage","tdesktop","telegram","telegram-desktop"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MihaZupan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-06-24T19:00:24.000Z","updated_at":"2025-04-13T12:45:32.000Z","dependencies_parsed_at":"2023-03-30T04:50:42.570Z","dependency_job_id":null,"html_url":"https://github.com/MihaZupan/TelegramStorageParser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MihaZupan%2FTelegramStorageParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MihaZupan%2FTelegramStorageParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MihaZupan%2FTelegramStorageParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MihaZupan%2FTelegramStorageParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MihaZupan","download_url":"https://codeload.github.com/MihaZupan/TelegramStorageParser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249726201,"owners_count":21316361,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["decryption","localstorage","tdesktop","telegram","telegram-desktop"],"created_at":"2024-10-01T17:51:29.705Z","updated_at":"2025-04-19T15:27:15.123Z","avatar_url":"https://github.com/MihaZupan.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Telegram Storage Parser\n[![Build Status](https://travis-ci.org/MihaZupan/TelegramStorageParser.svg?branch=master)](https://travis-ci.org/MihaZupan/TelegramStorageParser)\n\nProgram to decrypt and parse Telegram Desktop's local storage\n\nThis project relies on OpenSSL for crypto primitives. See their [license here](https://www.openssl.org/source/license.txt).\n\nBuild on Net Standard 1.3\n\n## Usage example\n\n```csharp\nusing MihaZupan.TelegramStorageParser;\nusing MihaZupan.TelegramStorageParser.TelegramDesktop;\n\nstring tDataPath = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + \"/Telegram Desktop/tdata\";\nParsingState parsingState = LocalStorage.TryParse(tDataPath, out LocalStorage localStorage);\n\nif (parsingState == ParsingState.Success)\n{\n    Console.WriteLine(\"Phone number: \" + localStorage.LoggedPhoneNumber ?? \"not present\");\n}\n```\n\n### Example project\n\n[View project source](https://github.com/MihaZupan/TelegramStorageParser/blob/master/examples/TelegramDesktopExample/Program.cs)\n\nIt can:\n* Parse local storage\n* Export all cached images\n* Export all cached voice recordings\n* Export MTProto keys\n* Export a bunch of miscellaneous settings\n\nParsing of other data types (stickers, messages ...) will follow\n\n## Brute forcing the passcode\n\nA gpu based cracker is now available in\n[John the Ripper](https://github.com/magnumripper/JohnTheRipper)\nthanks to [@kholia](https://github.com/kholia)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmihazupan%2Ftelegramstorageparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmihazupan%2Ftelegramstorageparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmihazupan%2Ftelegramstorageparser/lists"}