{"id":20620783,"url":"https://github.com/irons163/irpasscode","last_synced_at":"2025-09-08T18:37:11.722Z","repository":{"id":56915162,"uuid":"226803462","full_name":"irons163/IRPasscode","owner":"irons163","description":"IRPasscode is a powerful passcode for iOS.","archived":false,"fork":false,"pushed_at":"2021-02-04T02:30:13.000Z","size":4335,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-14T06:06:32.802Z","etag":null,"topics":["4digit","4pin","fingerprint","ios","keychain","objective-c","passcode"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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":"2019-12-09T06:45:32.000Z","updated_at":"2021-05-10T06:41:29.000Z","dependencies_parsed_at":"2022-08-20T21:20:20.792Z","dependency_job_id":null,"html_url":"https://github.com/irons163/IRPasscode","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/irons163/IRPasscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irons163%2FIRPasscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irons163%2FIRPasscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irons163%2FIRPasscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irons163%2FIRPasscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irons163","download_url":"https://codeload.github.com/irons163/IRPasscode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irons163%2FIRPasscode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274229383,"owners_count":25245189,"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-09-08T02:00:09.813Z","response_time":121,"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","objective-c","passcode"],"created_at":"2024-11-16T12:15:41.137Z","updated_at":"2025-09-08T18:37:11.646Z","avatar_url":"https://github.com/irons163.png","language":"Objective-C","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 \n\n- IRPasscode is a powerful passcode for iOS.\n\n## Features\n- 4 Pin support.\n- FingerPrint support.\n- High Security - KeyChain support.\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'`  in the `Podfile`\n- `pod install`\n\n## Usage\n\n### Basic\n- Open `Passcode Setting Page`.\n```obj-c\n#import \u003cIRPasscode/IRPasscode.h\u003e\n\nNSBundle *xibBundle = [NSBundle bundleForClass:[IRPasscodeLockSettingViewController class]];\nIRPasscodeLockSettingViewController *vc = [[IRPasscodeLockSettingViewController alloc] initWithNibName:@\"IRPasscodeLockSettingViewController\" bundle:xibBundle];\n[self.navigationController pushViewController:vc animated:YES];\n```\n\n- Open `Passcode verify page`.\n```obj-c\nif ([IRSecurityPinManager sharedInstance].pinCode)\n    [[IRSecurityPinManager sharedInstance] presentSecurityPinViewControllerForUnlockWithAnimated:YES completion:nil result:nil];\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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firons163%2Firpasscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firons163%2Firpasscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firons163%2Firpasscode/lists"}