{"id":17395088,"url":"https://github.com/samuel-lucas6/geralt","last_synced_at":"2025-08-21T02:30:40.234Z","repository":{"id":47425702,"uuid":"516127493","full_name":"samuel-lucas6/Geralt","owner":"samuel-lucas6","description":"A modern cryptographic library for .NET 8+ based on libsodium and inspired by Monocypher.","archived":false,"fork":false,"pushed_at":"2025-08-10T20:25:00.000Z","size":357,"stargazers_count":58,"open_issues_count":1,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-08-19T07:48:55.241Z","etag":null,"topics":["aegis128l","aegis256","argon2id","blake2b","chacha20-poly1305","crypto","cryptographic-library","cryptography","ed25519","ed25519ph","guarded-heap-allocations","hchacha20","libsodium","libsodium-core","libsodium-net","poly1305","x25519","xchacha20-poly1305"],"latest_commit_sha":null,"homepage":"https://www.geralt.xyz/","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/samuel-lucas6.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-07-20T20:36:38.000Z","updated_at":"2025-08-10T20:25:03.000Z","dependencies_parsed_at":"2023-11-19T12:30:43.631Z","dependency_job_id":"de45f977-398c-4246-91e4-d1c5d0ce69b1","html_url":"https://github.com/samuel-lucas6/Geralt","commit_stats":{"total_commits":192,"total_committers":2,"mean_commits":96.0,"dds":0.00520833333333337,"last_synced_commit":"41972af7b385dcab6e7295b1a25545b7ceebd575"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/samuel-lucas6/Geralt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuel-lucas6%2FGeralt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuel-lucas6%2FGeralt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuel-lucas6%2FGeralt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuel-lucas6%2FGeralt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samuel-lucas6","download_url":"https://codeload.github.com/samuel-lucas6/Geralt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuel-lucas6%2FGeralt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271416630,"owners_count":24755919,"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-08-21T02:00:08.990Z","response_time":74,"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":["aegis128l","aegis256","argon2id","blake2b","chacha20-poly1305","crypto","cryptographic-library","cryptography","ed25519","ed25519ph","guarded-heap-allocations","hchacha20","libsodium","libsodium-core","libsodium-net","poly1305","x25519","xchacha20-poly1305"],"created_at":"2024-10-16T11:04:16.105Z","updated_at":"2025-08-21T02:30:39.672Z","avatar_url":"https://github.com/samuel-lucas6.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Geralt\n\n[![Maintained](https://img.shields.io/badge/maintained-yes-brightgreen)](https://github.com/samuel-lucas6/Geralt)\n[![License](https://img.shields.io/badge/License-MIT-red.svg)](https://github.com/samuel-lucas6/Geralt/blob/main/LICENSE)\n[![NuGet](https://img.shields.io/badge/nuget-latest-blue)](https://www.nuget.org/packages/Geralt)\n\n[Geralt](https://www.geralt.xyz/) is a modern cryptographic library for [.NET 8+](https://dotnet.microsoft.com/en-us/download/dotnet) based on [libsodium](https://doc.libsodium.org/) and inspired by [Monocypher](https://monocypher.org/).\n\n- **Simple**: an easy-to-learn API with descriptive naming. Only one algorithm for each task is provided when possible.\n- **Modern**: the latest and greatest cryptographic algorithms, such as AEGIS-128L/AEGIS-256, (X)ChaCha20-Poly1305, BLAKE2b, Argon2id, X25519, and Ed25519.\n- **Secure**: libsodium was [audited](https://www.privateinternetaccess.com/blog/libsodium-audit-results/) in 2017 and is the library of choice for [lots](https://doc.libsodium.org/libsodium_users) of projects and [even](https://doc.libsodium.org/libsodium_users#companies-using-libsodium) large companies.\n- **Fast**: libsodium is [faster](https://monocypher.org/speed) than many other cryptographic libraries. Furthermore, Geralt uses [Span\u0026lt;T\u0026gt;](https://docs.microsoft.com/en-us/archive/msdn-magazine/2017/connect/csharp-all-about-span-exploring-a-new-net-mainstay) buffers to avoid memory allocations.\n\nFor more information, please visit these links:\n\n|                           |                                                  |\n|:------------------------- |:------------------------------------------------ |\n| Documentation:            | https://www.geralt.xyz/                          |\n| Installation:             | https://www.geralt.xyz/#installation             |\n| Open issues:              | https://github.com/samuel-lucas6/Geralt/issues   |\n| Pull requests:            | https://github.com/samuel-lucas6/Geralt/pulls    |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuel-lucas6%2Fgeralt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamuel-lucas6%2Fgeralt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuel-lucas6%2Fgeralt/lists"}