{"id":21957638,"url":"https://github.com/bitbeans/lageant","last_synced_at":"2025-04-23T16:20:34.403Z","repository":{"id":84742387,"uuid":"41637464","full_name":"bitbeans/lageant","owner":"bitbeans","description":"Libsodium Authentication Agent","archived":false,"fork":false,"pushed_at":"2015-08-31T17:46:25.000Z","size":1380,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T01:23:42.929Z","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/bitbeans.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-30T17:48:19.000Z","updated_at":"2015-12-21T07:44:37.000Z","dependencies_parsed_at":"2023-03-13T01:54:10.062Z","dependency_job_id":null,"html_url":"https://github.com/bitbeans/lageant","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbeans%2Flageant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbeans%2Flageant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbeans%2Flageant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbeans%2Flageant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitbeans","download_url":"https://codeload.github.com/bitbeans/lageant/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250468275,"owners_count":21435453,"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":[],"created_at":"2024-11-29T08:55:02.292Z","updated_at":"2025-04-23T16:20:34.377Z","avatar_url":"https://github.com/bitbeans.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"#lageant\n\n\n###Libsodium Authentication Agent\n\n**There will be bugs. May change. May break.**\n\n![beta 0.2.3](https://raw.githubusercontent.com/bitbeans/lageant/master/img/0.2.3_beta.png)\n\n\n### Scope\n- Generate libsodium keys by input ([bytejail](https://bytejail.com), [CurveLock](https://github.com/adamcaudill/CurveLock), [miniLock](https://github.com/kaepora/miniLock))\n- Load [minisign](https://github.com/jedisct1/minisign) private keys ([minisign-net](https://github.com/bitbeans/minisign-net))\n- Generate random keys \n- Copy keys to clipboard\n- Import generated keys (.lkey extension)\n- Export generated keys (.lkey extension)\n\n### Client Examples\n\n\n```csharp\n//create a new client\nvar client = new LageantClient();\n//connect to memory\nif (!client.Connect()) return;\n//fetch a stored key (hex string)\nvar key = client.Keystore.GetKeyById(\"4022a87de0ff0724\");\n\n//Overloads\nvar key = client.Keystore.GetKeyById(\"a hex string or byte array\");\nvar key = client.Keystore.GetKeyByPublicKey(\"a hex string or byte array\");\nvar key = client.Keystore.GetKeyByPrivateKey(\"a hex string or byte array\");\n\n//Get the whole Keystore (List\u003cKey\u003e)\nvar keyStore = client.Keystore;\n\n\n```\n\n#### Client Package Installation\n\nThere is a [NuGet package](https://www.nuget.org/packages/lageant-client/) available.\n\n#### There is also: SimpleCrypt\nA small example application which uses lageant and [StreamCryptor](https://github.com/bitbeans/StreamCryptor).\n\n![beta 0.2.3](https://raw.githubusercontent.com/bitbeans/lageant/master/img/0.1.0_simplecrypt.png)\n\n\n\n## License\n[MIT](https://en.wikipedia.org/wiki/MIT_License)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitbeans%2Flageant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitbeans%2Flageant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitbeans%2Flageant/lists"}