{"id":29448256,"url":"https://github.com/fardadco/laracryptobjc","last_synced_at":"2026-05-17T06:39:10.048Z","repository":{"id":56919596,"uuid":"94979536","full_name":"FardadCo/LaraCryptObjC","owner":"FardadCo","description":"Laravel encryption method for Objective C.","archived":false,"fork":false,"pushed_at":"2017-06-21T11:25:41.000Z","size":48,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-22T02:52:02.326Z","etag":null,"topics":["256","aes","aes-256","aes-encryption","cbc","cbc-mode","cocoapods","crypto","ios","laravel","objective-c","pod"],"latest_commit_sha":null,"homepage":null,"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/FardadCo.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":"2017-06-21T08:09:20.000Z","updated_at":"2023-07-02T12:28:10.000Z","dependencies_parsed_at":"2022-08-20T21:50:30.869Z","dependency_job_id":null,"html_url":"https://github.com/FardadCo/LaraCryptObjC","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/FardadCo/LaraCryptObjC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FardadCo%2FLaraCryptObjC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FardadCo%2FLaraCryptObjC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FardadCo%2FLaraCryptObjC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FardadCo%2FLaraCryptObjC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FardadCo","download_url":"https://codeload.github.com/FardadCo/LaraCryptObjC/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FardadCo%2FLaraCryptObjC/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016290,"owners_count":26085828,"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-13T02:00:06.723Z","response_time":61,"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":["256","aes","aes-256","aes-encryption","cbc","cbc-mode","cocoapods","crypto","ios","laravel","objective-c","pod"],"created_at":"2025-07-13T19:01:04.196Z","updated_at":"2025-10-13T17:32:37.346Z","avatar_url":"https://github.com/FardadCo.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LaraCryptObjC 0.1.x\n\n[![Version](https://img.shields.io/cocoapods/v/LaraCryptObjC.svg?style=flat)](http://cocoapods.org/pods/LaraCryptObjC)\n[![License](https://img.shields.io/cocoapods/l/LaraCryptObjC.svg?style=flat)](http://cocoapods.org/pods/LaraCryptObjC)\n[![Platform](https://img.shields.io/cocoapods/p/LaraCryptObjC.svg?style=flat)](http://cocoapods.org/pods/LaraCryptObjC)\n[![Language](https://img.shields.io/badge/language-objectivec-orange.svg)](https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html)\n[![OS Version](https://img.shields.io/badge/made%20with-%3C3-orange.svg)](http://cocoapods.org/pods/ObjectiveC)\n\nThis is a function for encrypt data such as Laravel encryption in Objective C.\n\n## Requirements\n\n- iOS 8.0+\n- Objective C (LaraCryptObjC 0.1.x)\n\n## Installation\n\nLaraCryptObjC is available through [CocoaPods](http://cocoapods.org). \nTo install it, simply add the following line to your Podfile:\n\n```ruby\npod 'LaraCryptObjC'\n```\n\n## Usage\n\nThere is a main public function in LaraCrypt calss:\u003cbr\u003e\n`encrypt` - For use this fucntion you should set two parameters contain base64 key with 44 characters length and your message as a string that you want to be encrypted  \n```ruby\n#import \"LaraCrypt.h\"\n\nNSString *key = @\"u6KuXJLIUwEUl7noY8J8H1ffDRwLC/5gjaWW1qTQ3hE=\";\nNSString *message = @\"123456\";\nNSString *encryptedString = [[LaraCrypt laravelCrypt]laraEncWithMessage:message andKey:key];\n\n```\n\n## Support\n\n[Fardad Co](http://fardad.co)\n\n## License\n\nLaraCrypt is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffardadco%2Flaracryptobjc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffardadco%2Flaracryptobjc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffardadco%2Flaracryptobjc/lists"}