{"id":21027933,"url":"https://github.com/kruton/jbcrypt","last_synced_at":"2025-08-08T06:09:56.832Z","repository":{"id":9347759,"uuid":"61692827","full_name":"kruton/jbcrypt","owner":"kruton","description":"jBCrypt modified to work with ConnectBot","archived":false,"fork":false,"pushed_at":"2023-03-07T13:58:20.000Z","size":263,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-15T10:40:47.432Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kruton.png","metadata":{"files":{"readme":"README","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":"2016-06-22T05:57:46.000Z","updated_at":"2023-09-08T17:11:49.000Z","dependencies_parsed_at":"2024-11-19T11:59:51.348Z","dependency_job_id":"68b64632-0215-4921-be19-b2502449ddcc","html_url":"https://github.com/kruton/jbcrypt","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/kruton/jbcrypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kruton%2Fjbcrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kruton%2Fjbcrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kruton%2Fjbcrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kruton%2Fjbcrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kruton","download_url":"https://codeload.github.com/kruton/jbcrypt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kruton%2Fjbcrypt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269373109,"owners_count":24406321,"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-08T02:00:09.200Z","response_time":72,"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-19T11:53:08.884Z","updated_at":"2025-08-08T06:09:56.807Z","avatar_url":"https://github.com/kruton.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"jBCrypt is an implementation the OpenBSD Blowfish password hashing\nalgorithm, as described in \"A Future-Adaptable Password Scheme\" by Niels\nProvos and David Mazieres: http://www.openbsd.org/papers/bcrypt-paper.ps\n\nThis system hashes passwords using a version of Bruce Schneier's\nBlowfish block cipher with modifications designed to raise the cost of\noff-line password cracking. The computation cost of the algorithm is\nparameterised, so it can be increased as computers get faster.\n\nJUnit regression tests are available in in TestBCrypt.java\n\njBCrypt is licensed under a ISC/BSD licence. See the LICENSE file for details.\n\nPlease report bugs to Damien Miller \u003cdjm@mindrot.org\u003e. Please check the\nTODO file first, in case your problem is something I already know about\n(please send patches!)\n\nA simple example that demonstrates most of the features:\n\n\t// Hash a password for the first time\n\tString hashed = BCrypt.hashpw(password, BCrypt.gensalt());\n\n\t// gensalt's log_rounds parameter determines the complexity\n\t// the work factor is 2**log_rounds, and the default is 10\n\tString hashed = BCrypt.hashpw(password, BCrypt.gensalt(12));\n\n\t// Check that an unencrypted password matches one that has\n\t// previously been hashed\n\tif (BCrypt.checkpw(candidate, hashed))\n\t\tSystem.out.println(\"It matches\");\n\telse\n\t\tSystem.out.println(\"It does not match\");\n\nThere is also a C#/.NET port by Derek Slager:\n\nhttp://derekslager.com/blog/posts/2007/10/bcrypt-dotnet-strong-password-hashing-for-dotnet-and-mono.ashx\n\n$Id: README,v 1.3 2008/04/10 11:02:25 djm Exp $\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkruton%2Fjbcrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkruton%2Fjbcrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkruton%2Fjbcrypt/lists"}