{"id":20577023,"url":"https://github.com/fourcube/solution-base64","last_synced_at":"2025-06-30T10:36:05.492Z","repository":{"id":80610556,"uuid":"23077716","full_name":"fourcube/solution-base64","owner":"fourcube","description":"Mix module providing base64 encoding and decoding for Elixir.","archived":false,"fork":false,"pushed_at":"2014-08-21T16:27:05.000Z","size":172,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T16:10:59.076Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/fourcube.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":"2014-08-18T16:06:33.000Z","updated_at":"2022-08-26T08:13:13.000Z","dependencies_parsed_at":"2023-02-27T11:01:08.233Z","dependency_job_id":null,"html_url":"https://github.com/fourcube/solution-base64","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fourcube/solution-base64","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fourcube%2Fsolution-base64","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fourcube%2Fsolution-base64/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fourcube%2Fsolution-base64/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fourcube%2Fsolution-base64/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fourcube","download_url":"https://codeload.github.com/fourcube/solution-base64/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fourcube%2Fsolution-base64/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260976921,"owners_count":23091528,"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-11-16T05:47:48.262Z","updated_at":"2025-06-30T10:36:05.468Z","avatar_url":"https://github.com/fourcube.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"solution-base64\n===============\n\nMix module providing base64 encoding and decoding for Elixir. It provides the functions `encode_base64` and `decode_base64`. Both functions work on binaries, strings and char lists but always return a string.\n\nUsage\n-----\n\nFirst include add it to your projects dependencies:\n\n```\n# mix.exs\n\ndefp deps do\n  [     \n    {:solution_base64, github: \"fourcube/solution-base64\"}     \n  ]\nend\n```\n\nThen import it inside your module:\n\n```\ndefmodule MyModule do\n  import Solution.Base64\n\n  #...\n  def get_me_foo do\n    a = encode_base64 \"foo\"\n\n    decode_base64 a\n  end\nend\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffourcube%2Fsolution-base64","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffourcube%2Fsolution-base64","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffourcube%2Fsolution-base64/lists"}