{"id":30034354,"url":"https://github.com/thehxdev/blake3-aes-256-gcm","last_synced_at":"2025-08-06T23:43:11.179Z","repository":{"id":299511073,"uuid":"1003261246","full_name":"thehxdev/blake3-aes-256-gcm","owner":"thehxdev","description":"Implementaion of blake3-aes-256-gcm algorithm","archived":false,"fork":false,"pushed_at":"2025-06-16T22:52:17.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-16T23:31:51.786Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thehxdev.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,"zenodo":null}},"created_at":"2025-06-16T21:58:10.000Z","updated_at":"2025-06-16T22:52:20.000Z","dependencies_parsed_at":"2025-06-16T23:31:55.622Z","dependency_job_id":"aa349db7-5177-4bc5-8990-05b2cf6c357e","html_url":"https://github.com/thehxdev/blake3-aes-256-gcm","commit_stats":null,"previous_names":["thehxdev/blake3-aes-256-gcm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thehxdev/blake3-aes-256-gcm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thehxdev%2Fblake3-aes-256-gcm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thehxdev%2Fblake3-aes-256-gcm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thehxdev%2Fblake3-aes-256-gcm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thehxdev%2Fblake3-aes-256-gcm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thehxdev","download_url":"https://codeload.github.com/thehxdev/blake3-aes-256-gcm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thehxdev%2Fblake3-aes-256-gcm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269175781,"owners_count":24373082,"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-06T02:00:09.910Z","response_time":99,"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-08-06T23:43:09.397Z","updated_at":"2025-08-06T23:43:11.078Z","avatar_url":"https://github.com/thehxdev.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blake3-AES-256-GCM\nThis is a blake3-aes-256-gcm encryption and decryption algorithm implementation with BLAKE3 and WolfSSL.\n\n## Build\nFirst read [DEPS.md](DEPS.md) file to setup dependencies without installing them system-wide. Then build the example program:\n```bash\nmkdir -p build\ncmake -B build -S .\ncmake --build build\n```\n\n## Run\nThe example program takes a base64 encoded 32-byte (256-bit) key and encrypts a hard-coded string then decrypts it.\nYou can generate this key with following command:\n```bash\nexport KEY=$(openssl rand -base64 32)\n./build/src/blake3aes256gcm $KEY\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthehxdev%2Fblake3-aes-256-gcm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthehxdev%2Fblake3-aes-256-gcm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthehxdev%2Fblake3-aes-256-gcm/lists"}