{"id":20477027,"url":"https://github.com/tableturn/kryptonite","last_synced_at":"2025-04-13T12:50:24.973Z","repository":{"id":31871405,"uuid":"130087996","full_name":"tableturn/kryptonite","owner":"tableturn","description":"A kollection of scripts that are very close to cryptography but aren't - hence the typo.","archived":false,"fork":false,"pushed_at":"2023-05-05T06:28:37.000Z","size":112,"stargazers_count":5,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T03:51:17.925Z","etag":null,"topics":["cryptography","hex","kryptonite"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tableturn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-04-18T16:01:46.000Z","updated_at":"2023-05-04T14:14:17.000Z","dependencies_parsed_at":"2024-11-15T15:25:27.355Z","dependency_job_id":"9310cfb4-d59c-4b84-86d8-d313fab988a8","html_url":"https://github.com/tableturn/kryptonite","commit_stats":{"total_commits":63,"total_committers":2,"mean_commits":31.5,"dds":0.09523809523809523,"last_synced_commit":"4a2560e4ccb0ad4f079b5e7986160d0877f03323"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tableturn%2Fkryptonite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tableturn%2Fkryptonite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tableturn%2Fkryptonite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tableturn%2Fkryptonite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tableturn","download_url":"https://codeload.github.com/tableturn/kryptonite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248717252,"owners_count":21150388,"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":["cryptography","hex","kryptonite"],"created_at":"2024-11-15T15:25:12.580Z","updated_at":"2025-04-13T12:50:24.947Z","avatar_url":"https://github.com/tableturn.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kryptonite\n\n[![Build Status](https://ci.linky.one/api/badges/tableturn/kryptonite/status.svg)](https://ci.linky.one/tableturn/kryptonite)\n[![Coverage Report](https://codecov.io/gh/tableturn/kryptonite/branch/master/graph/badge.svg)](https://codecov.io/gh/tableturn/kryptonite)\n[![Hex.pm](https://img.shields.io/hexpm/dt/kryptonite.svg)](https://hex.pm/packages/kryptonite)\n\nA collection of modules that are very close to cryptography but aren't - hence the typo.\n\n## Motivations\n\nWe initially were using the excellent [`ExCrypto`](https://github.com/ntrepid8/ex_crypto).\nFor all intent and purposes, that's what you should be using. However, we quickly realized\nthat [`ExCrypto`](https://github.com/ntrepid8/ex_crypto) is:\n\n- Performing superfluous operations (Base64 encoding, computing key fingerprints, etc).\n- Offering outdated options (AES `:notsup` key lengths).\n- Not offering some of the functions we needed (Mnemonics etc).\n\nThis is why we decided to roll our own. We also are aiming for an evergreen coverage\nand typespec.\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `kryptonite` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:kryptonite, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/kryptonite](https://hexdocs.pm/kryptonite).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftableturn%2Fkryptonite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftableturn%2Fkryptonite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftableturn%2Fkryptonite/lists"}