{"id":23168834,"url":"https://github.com/chris-huxtable/cbhencodingkit","last_synced_at":"2025-04-04T22:44:59.324Z","repository":{"id":56904299,"uuid":"173966721","full_name":"chris-huxtable/CBHEncodingKit","owner":"chris-huxtable","description":"An easy-to-use category for `NSData` and `NSString` to encode data in Base64 andBase32.","archived":false,"fork":false,"pushed_at":"2019-12-05T07:34:41.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T11:17:22.731Z","etag":null,"topics":["base32","base64","objective-c","objective-c-library"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chris-huxtable.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-03-05T14:56:54.000Z","updated_at":"2019-12-05T07:34:44.000Z","dependencies_parsed_at":"2022-08-20T18:40:09.038Z","dependency_job_id":null,"html_url":"https://github.com/chris-huxtable/CBHEncodingKit","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-huxtable%2FCBHEncodingKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-huxtable%2FCBHEncodingKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-huxtable%2FCBHEncodingKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chris-huxtable%2FCBHEncodingKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chris-huxtable","download_url":"https://codeload.github.com/chris-huxtable/CBHEncodingKit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247261581,"owners_count":20910107,"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":["base32","base64","objective-c","objective-c-library"],"created_at":"2024-12-18T03:13:48.940Z","updated_at":"2025-04-04T22:44:59.297Z","avatar_url":"https://github.com/chris-huxtable.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CBHEncodingKit\n\n[![release](https://img.shields.io/github/release/chris-huxtable/CBHEncodingKit.svg)](https://github.com/chris-huxtable/CBHEncodingKit/releases)\n[![pod](https://img.shields.io/cocoapods/v/CBHEncodingKit.svg)](https://cocoapods.org/pods/CBHEncodingKit)\n[![licence](https://img.shields.io/badge/licence-ISC-lightgrey.svg?cacheSeconds=2592000)](https://github.com/chris-huxtable/CBHEncodingKit/blob/master/LICENSE)\n[![coverage](https://img.shields.io/badge/coverage-100%25-brightgreen.svg?cacheSeconds=2592000)](https://github.com/chris-huxtable/CBHEncodingKit)\n\nAn easy to use category for `NSData` and `NSString` to encode data.\n\nSupports:\n- Base32\n- Base64\n\n\n## Use\n\n`CBHEncodingKit` extends `NSData` and `NSString` with a category; adding methods for several encoding types.\n\n#### Examples:\n\nEncode `NSData` using Base64:\n```objective-c\nNSData *data = /* some data */\nNSString *base64 = [data encodeBase64];\n```\n\nDecode `NSData` encoded in Base64:\n```objective-c\nNSString *base64 = /* some base64 encoded string */\nNSData *data = [base64 decodeBase64];\n```\n\nEncode `NSString` using Base64:\n```objective-c\nNSString *string = @\"some string\"\nNSString *base64 = [string encodeBase64];\n```\n\nDecode `NSString` encoded in Base64:\n```objective-c\nNSString *base64 = /* some base64 encoded string */\nNSString *string = [NSString stringByDecodingBase64String];\n```\n\n\n## Licence\nCBHEncodingKit is available under the [ISC license](https://github.com/chris-huxtable/CBHEncodingKit/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris-huxtable%2Fcbhencodingkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchris-huxtable%2Fcbhencodingkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchris-huxtable%2Fcbhencodingkit/lists"}