{"id":32151763,"url":"https://github.com/tannerdsilva/swiftbcrypt","last_synced_at":"2026-02-19T07:01:38.910Z","repository":{"id":43913533,"uuid":"428915692","full_name":"tannerdsilva/SwiftBCrypt","owner":"tannerdsilva","description":"Swift package wrapping the OpenWall BCrypt hashing algorithm","archived":false,"fork":false,"pushed_at":"2021-11-19T04:44:18.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-18T04:09:14.690Z","etag":null,"topics":["bcrypt","cryptography","hash","password","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/tannerdsilva.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}},"created_at":"2021-11-17T05:08:22.000Z","updated_at":"2025-01-30T09:40:42.000Z","dependencies_parsed_at":"2022-08-28T20:41:44.100Z","dependency_job_id":null,"html_url":"https://github.com/tannerdsilva/SwiftBCrypt","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/tannerdsilva/SwiftBCrypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tannerdsilva%2FSwiftBCrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tannerdsilva%2FSwiftBCrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tannerdsilva%2FSwiftBCrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tannerdsilva%2FSwiftBCrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tannerdsilva","download_url":"https://codeload.github.com/tannerdsilva/SwiftBCrypt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tannerdsilva%2FSwiftBCrypt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29605799,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T06:47:36.664Z","status":"ssl_error","status_checked_at":"2026-02-19T06:45:47.551Z","response_time":117,"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":["bcrypt","cryptography","hash","password","swift"],"created_at":"2025-10-21T10:52:27.884Z","updated_at":"2026-02-19T07:01:38.906Z","avatar_url":"https://github.com/tannerdsilva.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SwiftBCrypt\n\nA simple Swift Package wrapping the OpenWall BCrypt hashing algorithm.\n\n## Generate Salt\n```\nlet bcryptSalt = try BCRypt.makeSalt()\n```\n\n## Hash Phrases\n```\nlet bcryptHash:Data = try BCrypt.hash(phrase:\"ThisIsMySecurePassword1234\", salt:bcryptSalt)\n```\n\nLICENSE\n\nThis package is offered under an MIT license, and is provided without warranty.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftannerdsilva%2Fswiftbcrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftannerdsilva%2Fswiftbcrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftannerdsilva%2Fswiftbcrypt/lists"}