{"id":20620781,"url":"https://github.com/irons163/irpasscode-swift","last_synced_at":"2025-10-14T13:12:31.660Z","repository":{"id":56915182,"uuid":"364814928","full_name":"irons163/IRPasscode-swift","owner":"irons163","description":"IRPasscode-swift is a powerful passcode for iOS.","archived":false,"fork":false,"pushed_at":"2021-05-10T04:14:23.000Z","size":601,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-26T16:08:25.513Z","etag":null,"topics":["4digit","4pin","fingerprint","ios","keychain","passcode","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/irons163.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-05-06T06:59:44.000Z","updated_at":"2021-05-10T06:41:15.000Z","dependencies_parsed_at":"2022-08-21T03:20:42.087Z","dependency_job_id":null,"html_url":"https://github.com/irons163/IRPasscode-swift","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/irons163/IRPasscode-swift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irons163%2FIRPasscode-swift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irons163%2FIRPasscode-swift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irons163%2FIRPasscode-swift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irons163%2FIRPasscode-swift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irons163","download_url":"https://codeload.github.com/irons163/IRPasscode-swift/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irons163%2FIRPasscode-swift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018704,"owners_count":26086605,"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-14T02:00:06.444Z","response_time":60,"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":["4digit","4pin","fingerprint","ios","keychain","passcode","swift"],"created_at":"2024-11-16T12:15:39.489Z","updated_at":"2025-10-14T13:12:31.624Z","avatar_url":"https://github.com/irons163.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Build Status](https://img.shields.io/badge/build-%20passing%20-brightgreen.svg)\n![Platform](https://img.shields.io/badge/Platform-%20iOS%20-blue.svg)\n\n# IRPasscode-swift \n\n- IRPasscode-swift is a powerful passcode for iOS.\n- The Objc version [IRPasscode](https://github.com/irons163/IRPasscode).\n\n## Features\n- 4 Pin support.\n- FingerPrint support.\n- High Security - KeyChain support.\n\n## Technologies\n- KeyChain support ([KeychainAccess](https://github.com/kishikawakatsumi/KeychainAccess)).\n\n## Install\n### Git\n- Git clone this project.\n- Copy this project into your own project.\n- Add the .xcodeproj into you  project and link it as embed framework.\n#### Options\n- You can remove the `demo` and `ScreenShots` folder.\n\n### Cocoapods\n- Add `pod 'IRPasscode-swift'`  in the `Podfile`\n- `pod install`\n\n## Usage\n\n### Basic\n- Open `Passcode Setting Page`.\n```swift\nimport IRPasscode_swift\n\nlet xibBundle = Bundle.init(for: IRPasscodeLockSettingViewController.self)\nlet vc = IRPasscodeLockSettingViewController.init(nibName: \"IRPasscodeLockSettingViewController\", bundle: xibBundle)\nself.navigationController?.pushViewController(vc, animated: true)\n```\n\n- Open `Passcode verify page`.\n```swift\nif ((IRSecurityPinManager.sharedInstance.pinCode) != nil) {\n    IRSecurityPinManager.sharedInstance.presentSecurityPinViewControllerForUnlock(animated: true, completion: nil, result: nil)\n}\n```\n\n## Screenshots\n| Demo | Passcode Settings |\n|:---:|:---:|\n| ![Demo](./ScreenShots/demo1.png) | ![Passcode Settings](./ScreenShots/demo2.png) |\n| Set Passcode  | Confirm Passcode |\n| ![Set Passcode](./ScreenShots/demo3.png) | ![Confirm Passcode](./ScreenShots/demo4.png) |\n| Confirm Passcode Fail | Change Passcode |\n| ![Confirm Passcode Fail](./ScreenShots/demo5.png) | ![Change Passcode](./ScreenShots/demo6.png) |\n| Unlock Passcode | Demo Private Data |\n| ![Unlock Passcode](./ScreenShots/demo7.png) | ![Demo Private Data](./ScreenShots/demo8.png) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firons163%2Firpasscode-swift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firons163%2Firpasscode-swift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firons163%2Firpasscode-swift/lists"}