{"id":16207757,"url":"https://github.com/netpyoung/unity.libsodium","last_synced_at":"2025-03-19T08:30:37.321Z","repository":{"id":45513170,"uuid":"73731160","full_name":"netpyoung/unity.libsodium","owner":"netpyoung","description":"🔑 libsodium made easy for Unity3d","archived":false,"fork":false,"pushed_at":"2023-11-21T15:14:27.000Z","size":17817,"stargazers_count":17,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T05:03:27.991Z","etag":null,"topics":["libsodium","native","unity"],"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/netpyoung.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":"netpyoung"}},"created_at":"2016-11-14T17:46:05.000Z","updated_at":"2024-06-01T14:24:15.000Z","dependencies_parsed_at":"2023-11-21T16:51:15.028Z","dependency_job_id":null,"html_url":"https://github.com/netpyoung/unity.libsodium","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netpyoung%2Funity.libsodium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netpyoung%2Funity.libsodium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netpyoung%2Funity.libsodium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netpyoung%2Funity.libsodium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netpyoung","download_url":"https://codeload.github.com/netpyoung/unity.libsodium/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244389645,"owners_count":20444977,"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":["libsodium","native","unity"],"created_at":"2024-10-10T10:14:23.313Z","updated_at":"2025-03-19T08:30:36.060Z","avatar_url":"https://github.com/netpyoung.png","language":"C#","funding_links":["https://github.com/sponsors/netpyoung"],"categories":[],"sub_categories":[],"readme":"# unity.libsodium\n\n## What's this?\n\n I decided that there should be a simpler way and I created **unity.libsodium**, a plugin that helps you to use [libsodium](https://github.com/jedisct1/libsodium/) in your Unity3d projects in a clear and easy way and works in **iOS, Android, OSX, Windows, Android** projects.\n\n## prebuilt library\n\n- prebuilt library are maintained by [prebuilt-libsodium](https://github.com/netpyoung/prebuilt-libsodium)\n  - libsodium 1.0.19\n\n## installation\n\n## using .unitypackage\n\n- [Download this .unitypackage from Release Page](https://github.com/netpyoung/unity.libsodium/releases)\n\n## using UPM\n\nusing #{version} for versioning.\n\n``` json\n\"com.netpyoung.libsodium\": \"https://github.com/netpyoung/unity.libsodium.git?path=unity.libsodium/Assets/unity.libsodium#0.2.2\"\n```\n\n## Example\n\n- check [unity.libsodium.test](https://github.com/netpyoung/unity.libsodium/tree/master/unity.libsodium/Assets/unity.libsodium.test)\n\n## License\n\n### [libsodium](https://github.com/jedisct1/libsodium/)\n\n``` license\n/*\n * ISC License\n *\n * Copyright (c) 2013-2018\n * Frank Denis \u003cj at pureftpd dot org\u003e\n *\n * Permission to use, copy, modify, and/or distribute this software for any\n * purpose with or without fee is hereby granted, provided that the above\n * copyright notice and this permission notice appear in all copies.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\n * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\n * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\n * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\n * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\n * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n*/\n```\n\n## contributor\n\n- [@netpyoung](https://github.com/netpyoung)\n- [@Ekwav](https://github.com/Ekwav)\n\n## Ref\n\n- \u003chttps://github.com/jedisct1/libsodium/tree/master/src/libsodium/include/sodium/\u003e\n- \u003chttps://github.com/joshjdevl/libsodium-jni/blob/master/src/main/java/org/libsodium/jni/SodiumJNI.java\u003e\n- \u003chttps://github.com/terl/lazysodium-android\u003e\n- \u003chttps://github.com/adamcaudill/libsodium-net/blob/master/libsodium-net/SodiumLibrary.cs\u003e\n- \u003chttps://github.com/microsoft/ClangSharp\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetpyoung%2Funity.libsodium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetpyoung%2Funity.libsodium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetpyoung%2Funity.libsodium/lists"}