{"id":1944,"url":"https://github.com/onmyway133/SwiftHash","last_synced_at":"2025-08-02T05:33:15.700Z","repository":{"id":39897776,"uuid":"62445356","full_name":"onmyway133/SwiftHash","owner":"onmyway133","description":"🍕 MD5 in pure Swift","archived":false,"fork":false,"pushed_at":"2023-11-29T13:42:42.000Z","size":420,"stargazers_count":217,"open_issues_count":0,"forks_count":31,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-01T15:22:43.802Z","etag":null,"topics":["hash","ios","md5","swift"],"latest_commit_sha":null,"homepage":"https://onmyway133.com","language":"Swift","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/onmyway133.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":"onmyway133","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2016-07-02T10:13:17.000Z","updated_at":"2025-07-18T09:46:18.000Z","dependencies_parsed_at":"2024-01-07T22:35:30.158Z","dependency_job_id":null,"html_url":"https://github.com/onmyway133/SwiftHash","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/onmyway133/SwiftHash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmyway133%2FSwiftHash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmyway133%2FSwiftHash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmyway133%2FSwiftHash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmyway133%2FSwiftHash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onmyway133","download_url":"https://codeload.github.com/onmyway133/SwiftHash/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmyway133%2FSwiftHash/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268278815,"owners_count":24224982,"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-01T02:00:08.611Z","response_time":67,"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":["hash","ios","md5","swift"],"created_at":"2024-01-05T20:15:59.574Z","updated_at":"2025-08-02T05:33:15.205Z","avatar_url":"https://github.com/onmyway133.png","language":"Swift","funding_links":["https://github.com/sponsors/onmyway133"],"categories":["Security","Swift"],"sub_categories":["Encryption","Other free courses"],"readme":"# SwiftHash\n\nCheckout https://indiegoodies.com/\n\nHash in Swift\n\n[![CI Status](http://img.shields.io/travis/onmyway133/SwiftHash.svg?style=flat)](https://travis-ci.org/onmyway133/SwiftHash)\n[![Version](https://img.shields.io/cocoapods/v/SwiftHash.svg?style=flat)](http://cocoadocs.org/docsets/SwiftHash)\n[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![License](https://img.shields.io/cocoapods/l/SwiftHash.svg?style=flat)](http://cocoadocs.org/docsets/SwiftHash)\n[![Platform](https://img.shields.io/cocoapods/p/SwiftHash.svg?style=flat)](http://cocoadocs.org/docsets/SwiftHash)\n\u003cimg src=\"https://img.shields.io/badge/%20in-swift%204.0-orange.svg\"\u003e\n\n![](Screenshots/Banner.png)\n\n## MD5\n\n```swift\nMD5(\"https://www.google.com\") // 8FFDEFBDEC956B595D257F0AAEEFD623\nMD5(\"https://unsplash.it/600/300/?image=1\") // D59E956EBB1BE415970F04EC77F4C875\n```\n\n## Installation\n\n#### CocoaPods\n**SwiftHash** is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'SwiftHash'\n```\n\n#### Carthage\n**SwiftHash** is also available through [Carthage](https://github.com/Carthage/Carthage).\nTo install just write into your Cartfile:\n\n```ruby\ngithub \"onmyway133/SwiftHash\"\n```\n\n#### Manually\n1. Download and drop ```/Sources``` folder in your project.  \n2. Congratulations!  \n\n#### Import on your swift file\n```\nimport SwiftHash \n```\n\n## Author\n\nKhoa Pham, onmyway133@gmail.com\n\n## Credit\n\n- MD5 based on http://pajhome.org.uk/crypt/md5/md5.html\n\n## Contributing\n\nWe would love you to contribute to **SwiftHash**, check the [CONTRIBUTING](https://github.com/onmyway133/SwiftHash/blob/master/CONTRIBUTING.md) file for more info.\n\n## License\n\n**SwiftHash** is available under the MIT license. See the [LICENSE](https://github.com/onmyway133/SwiftHash/blob/master/LICENSE.md) file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonmyway133%2FSwiftHash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonmyway133%2FSwiftHash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonmyway133%2FSwiftHash/lists"}