{"id":13507683,"url":"https://github.com/keichan34/elixir_tea","last_synced_at":"2025-10-27T06:31:22.952Z","repository":{"id":59150144,"uuid":"28699358","full_name":"keichan34/elixir_tea","owner":"keichan34","description":"TEA implementation in Elixir","archived":false,"fork":false,"pushed_at":"2015-05-06T11:59:57.000Z","size":156,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-01T07:33:11.881Z","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/keichan34.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":"2015-01-02T00:25:27.000Z","updated_at":"2024-09-27T14:25:49.000Z","dependencies_parsed_at":"2022-09-15T18:41:49.043Z","dependency_job_id":null,"html_url":"https://github.com/keichan34/elixir_tea","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keichan34%2Felixir_tea","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keichan34%2Felixir_tea/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keichan34%2Felixir_tea/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keichan34%2Felixir_tea/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keichan34","download_url":"https://codeload.github.com/keichan34/elixir_tea/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238450291,"owners_count":19474761,"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-08-01T02:00:37.766Z","updated_at":"2025-10-27T06:31:17.648Z","avatar_url":"https://github.com/keichan34.png","language":"Elixir","funding_links":[],"categories":["Cryptography","Frameworks and Libs"],"sub_categories":["Elixir"],"readme":"TEA\n===\n\n[![Build Status](https://travis-ci.org/keichan34/elixir_tea.svg?branch=master)](https://travis-ci.org/keichan34/elixir_tea)\n\nA TEA (Tiny Encryption Algorithm) implemented in pure Elixir.\n\n## Usage\n\n### Encryption\n\n```elixir\ntext = \u003c\u003c0 :: unsigned-64\u003e\u003e\nkey  = \u003c\u003c0 :: unsigned-128\u003e\u003e\nTEA.encrypt text, key\n=\u003e \u003c\u003c65, 234, 58, 10, 148, 186, 169, 64\u003e\u003e\n```\n\n### Decryption\n\n```elixir\nciphertext = \u003c\u003c65, 234, 58, 10, 148, 186, 169, 64\u003e\u003e\nkey        = \u003c\u003c0 :: unsigned-128\u003e\u003e\nTEA.decrypt ciphertext, key\n=\u003e \u003c\u003c0, 0, 0, 0, 0, 0, 0, 0\u003e\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeichan34%2Felixir_tea","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeichan34%2Felixir_tea","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeichan34%2Felixir_tea/lists"}