{"id":50810836,"url":"https://github.com/cycyrild/another-unplayplay","last_synced_at":"2026-06-13T04:35:01.396Z","repository":{"id":346911863,"uuid":"1192137131","full_name":"cycyrild/another-unplayplay","owner":"cycyrild","description":"Dynamic emulation of the Playplay runtime for DRM research purposes","archived":false,"fork":false,"pushed_at":"2026-06-04T17:25:44.000Z","size":13656,"stargazers_count":22,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-04T20:04:16.999Z","etag":null,"topics":["drm","playplay"],"latest_commit_sha":null,"homepage":"","language":"Python","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/cycyrild.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-25T23:35:04.000Z","updated_at":"2026-06-03T01:03:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cycyrild/another-unplayplay","commit_stats":null,"previous_names":["cycyrild/another_unplayplay"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cycyrild/another-unplayplay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cycyrild%2Fanother-unplayplay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cycyrild%2Fanother-unplayplay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cycyrild%2Fanother-unplayplay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cycyrild%2Fanother-unplayplay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cycyrild","download_url":"https://codeload.github.com/cycyrild/another-unplayplay/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cycyrild%2Fanother-unplayplay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34272603,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["drm","playplay"],"created_at":"2026-06-13T04:35:00.825Z","updated_at":"2026-06-13T04:35:01.388Z","avatar_url":"https://github.com/cycyrild.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Playplay keygen\n\n\u003e [!IMPORTANT]\n\u003e ### **SPOTIFY HAS BANNED THE CLIENT VERSION USED BY THIS PROJECT, SO IT NO LONGER WORKS.**\n\n#\n\nThis repository contains the Playplay keygen previously part of `spotify-dl-cli`.\n\nOriginal project: \\\nhttps://github.com/cycyrild/spotify-dl-cli\n\nIt provides an AES decryption key generator for Spotify content by emulating the Playplay runtime.\n\n```python\nfrom pathlib import Path\nfrom unplayplay import KeyEmu\n\n# Initialize with a compatible Spotify binary\nemu = KeyEmu(Path(\"Spotify.dll\"))\n\n# Obfuscated key\nobfuscated_key = bytes.fromhex(\"0694259138997536f3ddcf2be2855c8a\")\n\n# Extract AES key\naes_key = emu.get_aes_key(obfuscated_key)\n\nprint(aes_key.hex())\n```\nThe Spotify binary must match the expected version/hash\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcycyrild%2Fanother-unplayplay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcycyrild%2Fanother-unplayplay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcycyrild%2Fanother-unplayplay/lists"}