{"id":25444434,"url":"https://github.com/summertime/fossd","last_synced_at":"2025-05-16T02:12:35.072Z","repository":{"id":181026364,"uuid":"162852170","full_name":"Summertime/fossd","owner":"Summertime","description":"A simple readable Fallout Shelter Save Decryptor","archived":false,"fork":false,"pushed_at":"2018-12-29T16:18:13.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-14T13:23:04.957Z","etag":null,"topics":[],"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/Summertime.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}},"created_at":"2018-12-23T00:42:22.000Z","updated_at":"2018-12-29T16:18:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"e563cb57-1717-433c-bb75-4ea3144d97c9","html_url":"https://github.com/Summertime/fossd","commit_stats":null,"previous_names":["summertime/fossd"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Summertime%2Ffossd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Summertime%2Ffossd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Summertime%2Ffossd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Summertime%2Ffossd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Summertime","download_url":"https://codeload.github.com/Summertime/fossd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254453625,"owners_count":22073618,"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":[],"created_at":"2025-02-17T15:30:37.764Z","updated_at":"2025-05-16T02:12:35.042Z","avatar_url":"https://github.com/Summertime.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fossd\n\n*A simple readable Fallout Shelter Save Decryptor*\n\n## Features:\n\n* Simple: all default values defined, ~12 lines of crypto variable definitions, ~5 lines of operating code\n* Multiple Interfaces: can be used either as a module in another program, or as a CLI tool\n* Compositable: designed for simple shell scripting flows\n\n\n## Usage\n\n```sh\nfoss-decrypt \u003c Vault111.sav | jq '.vault.storage.Lunchbox += 100' | foss-encrypt \u003e Vault222.sav\n```\n\n## Implementation details (for other implementations)\n\nThe data is padded to the cipher's blocksize (32?) using PKCS7\n\nthe key derivitation function is `PBKDF2HMAC`, using `SHA1`, with `1000` iterations, and an output length of `32` bytes. The salt is the bytes `tu89geji340t89u2` (ascii format)\n\nwe then derive a key using the bytes `UGxheWVy` (ascii format)\n\nThe cipher is AES (using the key prior) in CBC mode (using the bytes `tu89geji340t89u2` (ascii format) as the initial vector)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsummertime%2Ffossd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsummertime%2Ffossd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsummertime%2Ffossd/lists"}