{"id":20743694,"url":"https://github.com/vsouza/vsbase64","last_synced_at":"2025-10-13T13:33:13.213Z","repository":{"id":65983487,"uuid":"80527523","full_name":"vsouza/VSBase64","owner":"vsouza","description":"Pure Swift base64 encode and decode implementation (Linux ready)","archived":false,"fork":false,"pushed_at":"2017-02-02T12:57:05.000Z","size":12020,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-05T06:36:27.553Z","etag":null,"topics":["base64","linux","pure-swift","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/vsouza.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-01-31T14:27:58.000Z","updated_at":"2023-02-06T01:52:08.000Z","dependencies_parsed_at":"2023-02-19T18:15:47.005Z","dependency_job_id":null,"html_url":"https://github.com/vsouza/VSBase64","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/vsouza/VSBase64","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsouza%2FVSBase64","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsouza%2FVSBase64/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsouza%2FVSBase64/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsouza%2FVSBase64/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vsouza","download_url":"https://codeload.github.com/vsouza/VSBase64/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsouza%2FVSBase64/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015312,"owners_count":26085684,"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":["base64","linux","pure-swift","swift"],"created_at":"2024-11-17T07:12:29.579Z","updated_at":"2025-10-13T13:33:13.162Z","avatar_url":"https://github.com/vsouza.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VSBase64 - Swift Base64 (Linux Supported) \n\u003e Pure Swift base64 encode and decode implementation \n\n[![Swift Version][swift-image]][swift-url]\n[![Build Status][travis-image]][travis-url]\n[![License][license-image]][license-url]\n\nEncode and decode base64 strings with Swift 3.0. It's a implementation to use on\nSwift backend projects.\n\n## Installation\n\nAdd this project on your `Package.swift`\n\n```swift\nimport PackageDescription\n\nlet package = Package(\n    dependencies: [\n        .Package(url: \"https://github.com/vsouza/vsbase64.git\", majorVersion: 0, minor: 0)\n    ]\n)\n```\n\n## Usage example\n\n\n```swift\nimport VSBase64\nlet str = \"foo\"\nlet encodedStr = VSBase64.encode(str)\nprint(encodedStr) // \"Zm9v\"\n\nlet decoded = VSBase64.decode(encodedStr)\nprint(decoded) // \"foo\"\n```\n\n\n## Development setup\n\nYou need to install Swift 3.0 (or later)\n\n## Release History\n\n* 0.0.2\n    * CI Integration\n* 0.0.1\n    * Encode and Decode strings \n\n## Meta\n\nVinicius Souza – [@iamvsouza](https://twitter.com/iamvsouza) – hi@vsouza.com\n\nDistributed under the XYZ license. See ``LICENSE`` for more information.\n\n[https://github.com/vsouza/vsbase64](https://github.com/vsouza/vsbase64)\n\n[swift-image]:https://img.shields.io/badge/swift-3.0-orange.svg\n[swift-url]: https://swift.org/\n[license-image]: https://img.shields.io/badge/License-MIT-blue.svg\n[license-url]: LICENSE\n[travis-image]: https://travis-ci.org/vsouza/VSBase64.svg?branch=master\n[travis-url]: https://travis-ci.org/vsouza/VSBase64\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvsouza%2Fvsbase64","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvsouza%2Fvsbase64","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvsouza%2Fvsbase64/lists"}