{"id":27125439,"url":"https://github.com/dubit/unity-crypto","last_synced_at":"2026-04-06T04:32:00.179Z","repository":{"id":47537768,"uuid":"136476067","full_name":"dubit/unity-crypto","owner":"dubit","description":"AES encryption / decryption functions","archived":false,"fork":false,"pushed_at":"2018-06-07T16:03:32.000Z","size":4,"stargazers_count":30,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-07T14:53:11.093Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/dubit.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}},"created_at":"2018-06-07T12:45:01.000Z","updated_at":"2025-03-17T06:38:13.000Z","dependencies_parsed_at":"2022-09-23T11:30:53.022Z","dependency_job_id":null,"html_url":"https://github.com/dubit/unity-crypto","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dubit/unity-crypto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubit%2Funity-crypto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubit%2Funity-crypto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubit%2Funity-crypto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubit%2Funity-crypto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dubit","download_url":"https://codeload.github.com/dubit/unity-crypto/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dubit%2Funity-crypto/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31460025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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":[],"created_at":"2025-04-07T14:53:19.795Z","updated_at":"2026-04-06T04:32:00.165Z","avatar_url":"https://github.com/dubit.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# unity-crypto\n\n## What is it?\nA library containing classes for encrypting and decrypting data.\n\nFeatures:\n* AES encryption and decryption of string (and/or serialized) data\n\n## How to use it.\nCall directly from code: SimpleAESEncryption.Encrypt and SimpleAESEncryption.Decrypt\n\n## How does AES encryption work?\nWhen encrypting some plaintext with a password using AES, both encrypted text, and a unique 'IV' (initialisation vector) are produced. \n\nThe IV is a unique 'key' which ensures that the encrypted output is randomised, and refers only to that instance of encrypted output. Otherwise, two inputs starting with the same data, end encrypted with the same password, would have similarities in their encrypted data, making it easier to guess their contents and break the encryption. Most importantly, to decrypt the encrypted data, both the password (which may be shared between multiple inputs), and the IV (which is unique to that instance of encrypted data), are required.\n\nPlaintext + Password --\u003e Encrypted + IV\n\nEncrypted + Password + IV --\u003e Plaintext\n\n### AESEncryptedText\nThis is a small struct representing some encrypted text, and the IV which was generated when it was encrypted. Both these values must be used when decrypting the encrypted text.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdubit%2Funity-crypto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdubit%2Funity-crypto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdubit%2Funity-crypto/lists"}