{"id":37028244,"url":"https://github.com/kocakosm/jblake2","last_synced_at":"2026-01-14T03:22:13.662Z","repository":{"id":27084188,"uuid":"112396510","full_name":"kocakosm/jblake2","owner":"kocakosm","description":"A pure Java implementation of BLAKE2 (RFC 7693)","archived":false,"fork":false,"pushed_at":"2023-09-12T20:46:31.000Z","size":174,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-19T23:59:31.598Z","etag":null,"topics":["blake2","blake2b","blake2s","cryptography","java","reproducible-builds","rfc7693"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kocakosm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-28T22:27:48.000Z","updated_at":"2023-09-06T08:16:18.000Z","dependencies_parsed_at":"2022-07-27T09:22:06.680Z","dependency_job_id":null,"html_url":"https://github.com/kocakosm/jblake2","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/kocakosm/jblake2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kocakosm%2Fjblake2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kocakosm%2Fjblake2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kocakosm%2Fjblake2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kocakosm%2Fjblake2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kocakosm","download_url":"https://codeload.github.com/kocakosm/jblake2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kocakosm%2Fjblake2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"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":["blake2","blake2b","blake2s","cryptography","java","reproducible-builds","rfc7693"],"created_at":"2026-01-14T03:22:13.007Z","updated_at":"2026-01-14T03:22:13.651Z","avatar_url":"https://github.com/kocakosm.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"JBlake2 [![CI][1]][2] [![Coverage][3]][4] [![Reproducible Builds][5]][6] [![Version][7]][8] [![Javadocs][9]][10] [![License][11]][12]\n=====================================================================================================================================\n\nA pure Java (8+) implementation of BLAKE2 ([RFC 7693][13]).\n\n\nGetting started\n---------------\n\nMaven\n```xml\n  \u003cdependency\u003e\n    \u003cgroupId\u003eorg.kocakosm\u003c/groupId\u003e\n    \u003cartifactId\u003ejblake2\u003c/artifactId\u003e\n    \u003cversion\u003e0.5\u003c/version\u003e\n  \u003c/dependency\u003e\n```\n\nGradle\n```groovy\n  compile 'org.kocakosm:jblake2:0.5'\n```\n\n*Note: module name for the Java Module System is `org.kocakosm.jblake2`.*\n\n\nUsage\n-----\n\nBrowse [API docs][10] for the most recent release.\n\n\nReproducibility\n---------------\n\nJBlake2 builds are reproducible since version 0.4. Released artifacts are\nverified by the [Reproducible Central][14] project, the Java part of the\n[Reproducible Builds][15] effort.\n\n\nLicense\n-------\n\nThis program is free software: you can redistribute it and/or modify it under\nthe terms of the GNU Lesser General Public License as published by the Free\nSoftware Foundation, either version 3 of the License, or (at your option) any\nlater version.\n\nThis program is distributed in the hope that it will be useful, but _without any\nwarranty;_ without even the implied warranty of _merchantability_ or _fitness\nfor a particular purpose_.\n\nSee the [GNU Lesser General Public License][12] for more details.\n\n\nContact\n-------\n\nkocakosm[@]gmail[dot]com\n\n\n [1]: https://github.com/kocakosm/jblake2/actions/workflows/ci.yml/badge.svg\n [2]: https://github.com/kocakosm/jblake2/actions/workflows/ci.yml\n [3]: https://img.shields.io/coveralls/kocakosm/jblake2.svg\n [4]: https://coveralls.io/github/kocakosm/jblake2\n [5]: https://img.shields.io/badge/reproducible_builds-ok-success?labelColor=1e5b96\n [6]: https://github.com/jvm-repo-rebuild/reproducible-central#org.kocakosm:jblake2\n [7]: https://img.shields.io/maven-central/v/org.kocakosm/jblake2.svg\n [8]: https://central.sonatype.com/search?q=g%3Aorg.kocakosm+a%3Ajblake2\n [9]: https://javadoc.io/badge/org.kocakosm/jblake2.svg\n [10]: https://javadoc.io/doc/org.kocakosm/jblake2\n [11]: https://img.shields.io/badge/license-LGPL_v3-4383c3.svg\n [12]: https://www.gnu.org/licenses/lgpl-3.0.txt\n [13]: https://tools.ietf.org/html/rfc7693\n [14]: https://github.com/jvm-repo-rebuild/reproducible-central\n [15]: https://reproducible-builds.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkocakosm%2Fjblake2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkocakosm%2Fjblake2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkocakosm%2Fjblake2/lists"}