{"id":20538437,"url":"https://github.com/madmath03/password","last_synced_at":"2026-04-21T07:31:56.960Z","repository":{"id":78940800,"uuid":"97312042","full_name":"madmath03/password","owner":"madmath03","description":"A simple utility class to hash passwords and check passwords VS hashed values.","archived":false,"fork":false,"pushed_at":"2017-11-24T14:59:37.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T03:48:12.957Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/madmath03.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2017-07-15T11:38:17.000Z","updated_at":"2017-07-16T13:45:27.000Z","dependencies_parsed_at":"2023-04-04T04:23:42.882Z","dependency_job_id":null,"html_url":"https://github.com/madmath03/password","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/madmath03/password","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madmath03%2Fpassword","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madmath03%2Fpassword/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madmath03%2Fpassword/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madmath03%2Fpassword/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madmath03","download_url":"https://codeload.github.com/madmath03/password/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madmath03%2Fpassword/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32082120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-16T00:46:38.771Z","updated_at":"2026-04-21T07:31:56.930Z","avatar_url":"https://github.com/madmath03.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Java Passwords\r\n\r\n[![Build\r\nStatus](https://secure.travis-ci.org/madmath03/password.png)](https://travis-ci.org/madmath03/password)\r\n[![codecov](https://codecov.io/gh/madmath03/password/branch/master/graph/badge.svg)](https://codecov.io/gh/madmath03/password)\r\n\r\nA simple utility class to hash passwords and check passwords VS hashed values.\r\n\r\n## Summary\r\n\r\nIt uses a combination of hashing and unique salt. The algorithm used is **PBKDF2WithHmacSHA512** which, although not the best for hashing password (vs. *bcrypt*) is still considered robust and recommended by NIST. The hashed value has 512 bits. \r\n\r\nThis utility is inspired from the following links: \r\n\r\n*   [How do I generate a SALT in Java for Salted-Hash?](https://stackoverflow.com/a/18143616)\r\n*   [How can I hash a password in Java?](https://stackoverflow.com/a/2861125)\r\n*   [Do any security experts recommend bcrypt for password storage?](https://stackoverflow.com/a/18143616)\r\n*   [Salted Password Hashing - Doing it Right](https://crackstation.net/hashing-security.htm)\r\n\r\n\r\n## Contributing\r\nSee [CONTRIBUTING](https://github.com/madmath03/password/blob/master/CONTRIBUTING.md) file.\r\n\r\n## License\r\nThis product is distributed under the MIT Licence.\r\nSee the complete license in the bundle:\r\n\r\n[Read the license](https://github.com/madmath03/password/blob/master/LICENSE)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadmath03%2Fpassword","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadmath03%2Fpassword","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadmath03%2Fpassword/lists"}