{"id":24103347,"url":"https://github.com/caphosra/unity_cprdatasaver","last_synced_at":"2026-04-22T16:34:20.904Z","repository":{"id":105893869,"uuid":"122446025","full_name":"caphosra/Unity_CPRDataSaver","owner":"caphosra","description":"With CPRSaveData, you can create encrypted save data that is hard to be rewritten!","archived":false,"fork":false,"pushed_at":"2018-04-18T08:54:26.000Z","size":31,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-05T21:45:15.537Z","etag":null,"topics":["c-sharp","c-sharp-library","cprdatasaver","csharp","csharp-library","encryption","unity","unity2d","unity3d"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/caphosra.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-22T07:39:53.000Z","updated_at":"2018-04-18T08:54:27.000Z","dependencies_parsed_at":"2023-03-14T09:30:22.500Z","dependency_job_id":null,"html_url":"https://github.com/caphosra/Unity_CPRDataSaver","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/caphosra/Unity_CPRDataSaver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caphosra%2FUnity_CPRDataSaver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caphosra%2FUnity_CPRDataSaver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caphosra%2FUnity_CPRDataSaver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caphosra%2FUnity_CPRDataSaver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caphosra","download_url":"https://codeload.github.com/caphosra/Unity_CPRDataSaver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caphosra%2FUnity_CPRDataSaver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32145862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T15:33:03.595Z","status":"ssl_error","status_checked_at":"2026-04-22T15:30:42.712Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["c-sharp","c-sharp-library","cprdatasaver","csharp","csharp-library","encryption","unity","unity2d","unity3d"],"created_at":"2025-01-10T19:56:25.459Z","updated_at":"2026-04-22T16:34:16.532Z","avatar_url":"https://github.com/caphosra.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unity_CPRDataSaver\nWith CPRSaveData, you can create encrypted save data that is hard to be rewritten!\n\n## Description\nThis library allows you to encrypt and save serializable classes or structures you created.\nAt the present stage, PlayerPrefs stores encrypted data.\nBoth will make it possible to output to a file.\n\n## Usage\nIf you make a class like the following ...\n```C#\n[System.Serializable]\npublic class PlayerSaveData\n{\n    public long money;\n    public int score;\n    public float speed;\n}\n```\nIn this way you can save the data.\n```C#\n// using CPRUnitySystem;\n\nCPRDataSaver.SetPlayerPrefsEncrypt(\"Key\", playerSaveData, \"password\");\n```\nYou can do this in retrieving data.\n```C#\nvar playerSaveData = CPRDataSaver.SetPlayerPrefsEncrypt\u003cPlayerSaveData\u003e(\"Key\", \"password\");\n```\nIt can also be used without encryption.\n```C#\n// Save\nCPRDataSaver.SetPlayerPrefs(\"Key\", playerSaveData);\n// Load\nplayerSaveData = CPRDataSaver.GetPlayerPrefs\u003cPlayerSaveData\u003e(\"Key\");\n```\n\n## Install\n### When to use  \nPlease go to [ReleasePage](https://github.com/capra314cabra/Unity_CPRDataSaver/releases).\n### When to clone this repository  \nPlease use the following command.  \n`git clone https://github.com/capra314cabra/Unity_CPRDataSaver.git`\n\n## Author\n[capra314cabra](https://github.com/capra314cabra/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaphosra%2Funity_cprdatasaver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaphosra%2Funity_cprdatasaver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaphosra%2Funity_cprdatasaver/lists"}