{"id":16946034,"url":"https://github.com/danpalmer/complexify-objc","last_synced_at":"2025-06-19T20:35:26.247Z","repository":{"id":7400691,"uuid":"8730894","full_name":"danpalmer/Complexify-ObjC","owner":"danpalmer","description":"Objective-C port of Dan Palmer's Complexify","archived":false,"fork":false,"pushed_at":"2013-03-12T16:49:08.000Z","size":113,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T05:23:21.477Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danpalmer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-12T15:20:16.000Z","updated_at":"2018-02-15T02:51:44.000Z","dependencies_parsed_at":"2022-09-24T10:51:17.903Z","dependency_job_id":null,"html_url":"https://github.com/danpalmer/Complexify-ObjC","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danpalmer%2FComplexify-ObjC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danpalmer%2FComplexify-ObjC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danpalmer%2FComplexify-ObjC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danpalmer%2FComplexify-ObjC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danpalmer","download_url":"https://codeload.github.com/danpalmer/Complexify-ObjC/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244767542,"owners_count":20507110,"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","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":[],"created_at":"2024-10-13T21:24:46.040Z","updated_at":"2025-03-21T08:43:38.948Z","avatar_url":"https://github.com/danpalmer.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Complexify-ObjC\nObjective-C port of [Dan Palmer's jQuery Complexify plugin](http://danpalmer.me/jquery-complexify/).\n\n\"Complexify aims to provide a good measure of password complexity for ~~websites~~ apps to use both for giving hints to users in the form of ~~strength bars~~ security level, and for casually enforcing a minimum complexity for security reasons.\"\n\n## Usage\n\n**Computing password complexity**\n```objective-c\n-(void)checkComplexityOfPassword:(NSString *)password completionHandler:(void(^)(BOOL valid, CGFloat complexity))completionHandler;\n\nComplexify *complexify = [[Complexify alloc] init];\n[complexify checkComplexityOfPassword:@\"foobar\"\n\t\t\tcompletionHandler:^(BOOL valid, CGFloat complexity){\n\t\t\t\t/*\n\t\t\t\t\tvalid :\n\t\t\t\t\t\tBOOL\n\t\t\t\t\t\tYES | NO\n\n\t\t\t\t\tcomplexity :\n\t\t\t\t\t\tCGFloat\n\t\t\t\t\t\t0 \u003c= complexity \u003c= 100\n\t\t\t\t*/\n\t\t\t}];\n\n}];\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanpalmer%2Fcomplexify-objc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanpalmer%2Fcomplexify-objc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanpalmer%2Fcomplexify-objc/lists"}