{"id":18872062,"url":"https://github.com/calebabg/argon2bindings","last_synced_at":"2025-10-25T16:46:02.669Z","repository":{"id":102041803,"uuid":"432461848","full_name":"CalebABG/Argon2Bindings","owner":"CalebABG","description":"A C# Argon2 Binding Library","archived":false,"fork":false,"pushed_at":"2022-09-24T17:33:46.000Z","size":825,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-04-14T16:00:51.056Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CalebABG.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":"2021-11-27T12:59:48.000Z","updated_at":"2022-12-09T09:35:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"3abea05e-75c3-4f4d-841b-22429910e30e","html_url":"https://github.com/CalebABG/Argon2Bindings","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CalebABG/Argon2Bindings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalebABG%2FArgon2Bindings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalebABG%2FArgon2Bindings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalebABG%2FArgon2Bindings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalebABG%2FArgon2Bindings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CalebABG","download_url":"https://codeload.github.com/CalebABG/Argon2Bindings/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalebABG%2FArgon2Bindings/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280987579,"owners_count":26425342,"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","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"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":"2024-11-08T05:28:27.798Z","updated_at":"2025-10-25T16:46:02.653Z","avatar_url":"https://github.com/CalebABG.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C# Argon2 Binding Library (EXPERIMENTAL)\n\n## Research \u0026 Development\n\n[![Argon2Bindings .NET Build](https://github.com/CalebABG/Argon2Bindings/actions/workflows/dotnet-build.yml/badge.svg?branch=dev)](https://github.com/CalebABG/Argon2Bindings/actions/workflows/dotnet-build.yml)\n[![CodeQL](https://github.com/CalebABG/Argon2Bindings/actions/workflows/codeql-analysis.yml/badge.svg?branch=dev)](https://github.com/CalebABG/Argon2Bindings/actions/workflows/codeql-analysis.yml)\n\nAs the title suggests, this project is very much a `work in progress` (WIP). The project is an attempt to create a\nwrapper library for the [Argon2 C library](https://github.com/P-H-C/phc-winner-argon2).\n\nWith that being said, this repo should **NOT** be used as a means for a viable C# Argon2 library at this time. Please\nrefer to the [Packaging / Usage](#packaging--usage) for more details on project usage.\n\nCredit and appropriate licenses for original sources of the Argon2 C library shall be included within the repo, as well\nas top level comments for files where needed / appropriate. The Argon2 C library source code license in this repo can be found\nhere [Argon2 License](licenses/PHC-WINNER-ARGON2_LICENSE.txt).\n\nBinaries are compiled from [Argon2 source](https://github.com/P-H-C/phc-winner-argon2) - branch: `master` -\ncommit: `f57e61e19229e23c`\n\n## Compiling Argon2 Source\n\nCheckout this handy writeup for how to compile the Argon2 source code for your platform\n\n- [How to compile Argon2 source](docs/CompilingArgon2Source.md)\n\n## Building / Running\n\nHead over to this doc for how to build and run this projects solution\n\n- [How to build and run this project](docs/BuildingAndRunningProject.md)\n\n## Packaging / Usage\n\nAt this time, this project serves as a vessel for learning and experimenting in the world of C# to C Bindings, and\nPlatform Invocation (PInvoke) + Interoperability. As such, for now, there are no plans for releasing a publicly\navailable / usable Nuget package for the library.\n\nDepending on the functionality and development of this project, this repo may be scrapped and rebuilt, where the new\nproject may have a Nuget package released.\n\n### Resources\n- [Argon2 Hash Generator \u0026 Verifier](https://argon2.online/)\n- [GCC online documentation](https://gcc.gnu.org/onlinedocs/)\n- [GCC and Makefiles](https://youtu.be/OnEF1MexJlI)\n- [Differences between windows build files](https://github.com/P-H-C/phc-winner-argon2/issues/258)\n- [Understanding and Using Makefile Flags](https://earthly.dev/blog/make-flags/)\n- [.NET Runtime Identififers](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog)\n- [.NET Platform Invoke (P/Invoke)](https://docs.microsoft.com/en-us/dotnet/standard/native-interop/pinvoke)\n- [.NET Native interoperability best practices](https://docs.microsoft.com/en-us/dotnet/standard/native-interop/best-practices)\n- [Mono Interop with Native Libraries](https://www.mono-project.com/docs/advanced/pinvoke/)\n- [Cross compiling for arm or aarch64 on Debian or Ubuntu](https://jensd.be/1126/linux/cross-compiling-for-arm-or-aarch64-on-debian-or-ubuntu)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalebabg%2Fargon2bindings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalebabg%2Fargon2bindings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalebabg%2Fargon2bindings/lists"}