{"id":15719638,"url":"https://github.com/jordanbaird/hashgenerator","last_synced_at":"2025-10-23T18:55:16.459Z","repository":{"id":63913622,"uuid":"542894650","full_name":"jordanbaird/HashGenerator","owner":"jordanbaird","description":"Generate hash digests using commonly available hash algorithms","archived":false,"fork":false,"pushed_at":"2023-03-09T14:45:54.000Z","size":315,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T18:55:15.577Z","etag":null,"topics":["cryptography","generate","hash","hashgenerator","hashing","md5","sha","sha1","sha256","sha384","sha512","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/jordanbaird.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},"funding":{"github":"jordanbaird","buy_me_a_coffee":"jordanbaird"}},"created_at":"2022-09-29T03:15:05.000Z","updated_at":"2023-12-21T23:37:22.000Z","dependencies_parsed_at":"2024-10-03T22:06:29.397Z","dependency_job_id":null,"html_url":"https://github.com/jordanbaird/HashGenerator","commit_stats":{"total_commits":18,"total_committers":1,"mean_commits":18.0,"dds":0.0,"last_synced_commit":"4a904b341271457fab7b1cafa4376f85b3df19cd"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jordanbaird/HashGenerator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jordanbaird%2FHashGenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jordanbaird%2FHashGenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jordanbaird%2FHashGenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jordanbaird%2FHashGenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jordanbaird","download_url":"https://codeload.github.com/jordanbaird/HashGenerator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jordanbaird%2FHashGenerator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280675594,"owners_count":26371564,"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-10-23T02:00:06.710Z","response_time":142,"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":["cryptography","generate","hash","hashgenerator","hashing","md5","sha","sha1","sha256","sha384","sha512","swift"],"created_at":"2024-10-03T21:56:27.010Z","updated_at":"2025-10-23T18:55:16.432Z","avatar_url":"https://github.com/jordanbaird.png","language":"Swift","funding_links":["https://github.com/sponsors/jordanbaird","https://buymeacoffee.com/jordanbaird"],"categories":[],"sub_categories":[],"readme":"# HashGenerator\n\nA simple class for generating hash digests using commonly available hash algorithms.\n\n## Install\n\nAdd the following dependency to your `Package.swift` file:\n\n```swift\n.package(url: \"https://github.com/jordanbaird/HashGenerator\", from: \"0.0.2\")\n```\n\n## Usage\n\n[Read the full documentation here](https://swiftpackageindex.com/jordanbaird/HashGenerator/documentation)\n\n```swift\nlet generator = HashGenerator(using: .sha256)\nlet digest = generator.hash(\"Hello\")\nprint(digest)\n// Prints '185f8db32271fe25f561a6fc938b2e264306ec304eda518007d1764826381969'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjordanbaird%2Fhashgenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjordanbaird%2Fhashgenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjordanbaird%2Fhashgenerator/lists"}