{"id":13509268,"url":"https://github.com/elixirs/base62","last_synced_at":"2025-12-12T00:28:49.352Z","repository":{"id":27995870,"uuid":"31490033","full_name":"elixirs/base62","owner":"elixirs","description":"Base62 encoder/decoder in pure Elixir","archived":false,"fork":false,"pushed_at":"2024-06-22T09:23:58.000Z","size":72,"stargazers_count":20,"open_issues_count":4,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-09T12:56:14.202Z","etag":null,"topics":["base62","decoder","decoding","elixir","encoder","encoding","hacktoberfest"],"latest_commit_sha":null,"homepage":"","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/elixirs.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-03-01T07:35:54.000Z","updated_at":"2025-03-30T00:41:41.000Z","dependencies_parsed_at":"2025-04-23T04:49:59.524Z","dependency_job_id":null,"html_url":"https://github.com/elixirs/base62","commit_stats":null,"previous_names":["igas/base62"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/elixirs/base62","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixirs%2Fbase62","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixirs%2Fbase62/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixirs%2Fbase62/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixirs%2Fbase62/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elixirs","download_url":"https://codeload.github.com/elixirs/base62/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elixirs%2Fbase62/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263291106,"owners_count":23443705,"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":["base62","decoder","decoding","elixir","encoder","encoding","hacktoberfest"],"created_at":"2024-08-01T02:01:05.454Z","updated_at":"2025-12-12T00:28:49.295Z","avatar_url":"https://github.com/elixirs.png","language":"Elixir","funding_links":[],"categories":["Text and Numbers"],"sub_categories":[],"readme":"# Base62 [![Version](https://img.shields.io/hexpm/v/base62.svg?style=flat-square)](https://hex.pm/packages/base62)[![License](https://img.shields.io/hexpm/l/base62.svg?style=flat-square)](https://github.com/elixirs/base62/blob/main/LICENSE)![Build Status](https://img.shields.io/github/workflow/status/elixirs/base62/CI/main?style=flat-square)[![Issues](https://img.shields.io/github/issues/elixirs/base62.svg?style=flat-square)](https://github.com/elixirs/base62/issues)[![Downloads](https://img.shields.io/hexpm/dt/base62.svg?style=flat-square)](https://hex.pm/packages/base62)\n\nBase62 encoder/decoder in pure Elixir.\n\n## Usage\n\n### Encode\n\n```elixir\niex\u003e Base62.encode(28)\n\"S\"\n\niex\u003e Base62.encode(44)\n\"i\"\n\niex\u003e Base62.encode(280)\n\"4W\"\n```\n\n### Decode!\n\n```elixir\niex\u003e Base62.decode!(\"100\")\n3844\n\niex\u003e Base62.decode!(\"igas\")\n10650166\n\niex\u003e Base62.decode!(\"EvilMartians\")\n776957886790921093120\n```\n\n### Decode\n\n```elixir\niex\u003e Base62.decode(\"42\")\n{:ok, 250}\n\niex\u003e Base62.decode(\"Игас\")\n:error\n\niex\u003e Base62.decode(\"Elixir\")\n{:ok, 13531063449}\n```\n\n# [License](https://github.com/elixirs/base62/blob/main/LICENSE)\n\nReleased under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felixirs%2Fbase62","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felixirs%2Fbase62","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felixirs%2Fbase62/lists"}