{"id":48106003,"url":"https://github.com/aleksbelic/kryptonite-core","last_synced_at":"2026-04-04T15:56:06.808Z","repository":{"id":59268706,"uuid":"524076678","full_name":"aleksbelic/kryptonite-core","owner":"aleksbelic","description":"TypeScript cryptography library.","archived":false,"fork":false,"pushed_at":"2026-02-18T02:37:21.000Z","size":311,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-18T06:54:08.289Z","etag":null,"topics":["caesar-cipher","cryptography","cryptography-library","typescript","typescript-library"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/aleksbelic.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-08-12T12:20:03.000Z","updated_at":"2026-02-18T02:14:23.000Z","dependencies_parsed_at":"2025-05-18T03:29:03.766Z","dependency_job_id":"6be85109-3076-4e98-b858-d899675c8b14","html_url":"https://github.com/aleksbelic/kryptonite-core","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aleksbelic/kryptonite-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleksbelic%2Fkryptonite-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleksbelic%2Fkryptonite-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleksbelic%2Fkryptonite-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleksbelic%2Fkryptonite-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aleksbelic","download_url":"https://codeload.github.com/aleksbelic/kryptonite-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleksbelic%2Fkryptonite-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31404745,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["caesar-cipher","cryptography","cryptography-library","typescript","typescript-library"],"created_at":"2026-04-04T15:56:06.241Z","updated_at":"2026-04-04T15:56:06.800Z","avatar_url":"https://github.com/aleksbelic.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kryptonite-Core\n\n![testing workflow](https://github.com/aleksbelic/kryptonite-core/actions/workflows/tests.yml/badge.svg)\n[![GitHub license](https://img.shields.io/github/license/aleksbelic/kryptonite-core)](https://raw.githubusercontent.com/aleksbelic/kryptonite-core/release/1.0.0/LICENSE)\n\nTypeScript Crypto Lib.\n\n## Progress\n\n| Cipher                  | Description                  | Implemented |\n| :---------------------- | :--------------------------- | :---------: |\n| Atbash                  | monoalphabetic substitution  |   \u0026#9989;   |\n| Bacon's (v1, v2)        | substitution \u0026 steganography |   \u0026#9989;   |\n| Caesar                  | monoalphabetic substitution  |   \u0026#9989;   |\n| M-94 (CSP-488 for Navy) |                              |             |\n| Morse code              | monoalphabetic substitution  |   \u0026#9989;   |\n| Polybius square         |                              |             |\n| Porta                   | polyalphabetic substitution  |             |\n| Rail Fence              |                              |             |\n| ROT5                    | monoalphabetic substitution  |   \u0026#9989;   |\n| ROT13                   | monoalphabetic substitution  |   \u0026#9989;   |\n| ROT18                   | monoalphabetic substitution  |   \u0026#9989;   |\n| ROT47                   | monoalphabetic substitution  |             |\n| Scytale                 | transposition                |   \u0026#9989;   |\n| Vigenère                | polyalphabetic substitution  |   \u0026#9989;   |\n\n## Development\n\nTo start TypeScript compilation in watch mode:\n\n```\n$ tsc --watch\n```\n\nCode formatting is done by [Prettier](https://prettier.io/).\nSimply format project files by following predefined rules in `.prettierrc.json`:\n\n```\n$ npm run pretty\n```\n\nwhich is an alias for:\n\n```\n$ npx prettier --write .\n```\n\nTo exclude files from formatting, please refer to `.prettierignore` (corresponds to `.gitignore`).\n\nIdentifying problematic patterns is covered by static code analysis tool [ESLint](https://eslint.org/):\n\n```\n$ npm run lint\n```\n\nwhich is an alias for:\n\n```\n$ npx eslint .\n```\n\nLinting config can be found in `.eslintrc.json`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleksbelic%2Fkryptonite-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faleksbelic%2Fkryptonite-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleksbelic%2Fkryptonite-core/lists"}