{"id":19599391,"url":"https://github.com/kaakati/base64encoder-for-ios","last_synced_at":"2026-06-13T19:31:41.279Z","repository":{"id":78009534,"uuid":"49150654","full_name":"Kaakati/Base64Encoder-for-iOS","owner":"Kaakati","description":"Convert Data Image to Base64 String on iOS","archived":false,"fork":false,"pushed_at":"2016-01-06T17:56:54.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T15:17:54.707Z","etag":null,"topics":["base64","swift","uiimage"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"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/Kaakati.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":"2016-01-06T17:32:52.000Z","updated_at":"2017-08-27T09:21:44.000Z","dependencies_parsed_at":"2023-03-17T05:45:16.788Z","dependency_job_id":null,"html_url":"https://github.com/Kaakati/Base64Encoder-for-iOS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kaakati/Base64Encoder-for-iOS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kaakati%2FBase64Encoder-for-iOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kaakati%2FBase64Encoder-for-iOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kaakati%2FBase64Encoder-for-iOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kaakati%2FBase64Encoder-for-iOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kaakati","download_url":"https://codeload.github.com/Kaakati/Base64Encoder-for-iOS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kaakati%2FBase64Encoder-for-iOS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34298247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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":["base64","swift","uiimage"],"created_at":"2024-11-11T09:09:58.882Z","updated_at":"2026-06-13T19:31:41.244Z","avatar_url":"https://github.com/Kaakati.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Base64Encoder for iOS [Objetive-C \u0026 Swift 2.0]\nConvert to Base64 on iOS\n\n\n#### Usage on Swift 2.0 for UIImage\n\u003cb\u003eHow to Convert UIImage to Base64 on Swift 2.0?\u003c/b\u003e\n\u003cp\u003eAfter you make the bridging-header on swift and #import \"Base64Convertor.h\"\u003c/p\u003e\n\n    let theImage : UIImage = UIImage(named:\"image-name\")\n    var imageData = UIImageJPEGRepresentation(theImage, 1)\n    var base64String = Base64Convertor.encodeBase64WithData(imageData)\n    print(\"\\(base64String)\")\n\n#### Available Methods\n    +(NSString *)encodeBase64WithString:(NSString *)strData;\n    +(NSString *)encodeBase64WithData:(NSData *)objData;\n    +(NSData *)base64DataFromString: (NSString *)string;\n\n\n\n[Mohamad Kaakati](http://www.kaakati.me)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaakati%2Fbase64encoder-for-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaakati%2Fbase64encoder-for-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaakati%2Fbase64encoder-for-ios/lists"}