{"id":21027608,"url":"https://github.com/caledoniaproject/rdo-decrypt","last_synced_at":"2026-03-19T18:30:40.279Z","repository":{"id":146441956,"uuid":"257468862","full_name":"CaledoniaProject/RDO-decrypt","owner":"CaledoniaProject","description":"Decrypt connections.dat created with Remote Desktop Organizer","archived":false,"fork":false,"pushed_at":"2020-04-21T03:24:28.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-28T08:18:04.236Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CaledoniaProject.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-21T03:23:28.000Z","updated_at":"2020-04-21T06:06:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"8daa99b5-0794-46d3-ad7f-9747954c5851","html_url":"https://github.com/CaledoniaProject/RDO-decrypt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CaledoniaProject/RDO-decrypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaledoniaProject%2FRDO-decrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaledoniaProject%2FRDO-decrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaledoniaProject%2FRDO-decrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaledoniaProject%2FRDO-decrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CaledoniaProject","download_url":"https://codeload.github.com/CaledoniaProject/RDO-decrypt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CaledoniaProject%2FRDO-decrypt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30629273,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-19T11:51:51.749Z","updated_at":"2026-03-17T19:26:44.639Z","avatar_url":"https://github.com/CaledoniaProject.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# RDO-decrypt\n\nThe following code can decrypt BinaryFormatter serialized data stored in Data/Connections.dat\n\n```\ndef decrypt_password(input):\n    key  = bytes.fromhex('D958C41E911C10871E65FFC0CAE3B6070E5E49F6D20C7B9B18AD2F07CAA3069C')\n    iv   = bytes.fromhex('1E65FFC0CAE3B607648C977AC1D6C3DF')\n\n    aes  = AES.new(key, AES.MODE_CBC, iv)\n    data = aes.decrypt(bytes.fromhex(input))\n    return data.decode('utf-8').strip()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaledoniaproject%2Frdo-decrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaledoniaproject%2Frdo-decrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaledoniaproject%2Frdo-decrypt/lists"}