{"id":17676066,"url":"https://github.com/fa7ad/bad-ciphers","last_synced_at":"2026-01-21T10:36:01.167Z","repository":{"id":179455862,"uuid":"663075901","full_name":"fa7ad/bad-ciphers","owner":"fa7ad","description":"A collection of bad ciphers","archived":false,"fork":false,"pushed_at":"2025-10-08T09:35:58.000Z","size":6839,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T11:35:59.842Z","etag":null,"topics":["cryptography","hacktoberfest","hacktoberfest2023"],"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/fa7ad.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-07-06T13:55:02.000Z","updated_at":"2025-10-08T09:35:57.000Z","dependencies_parsed_at":"2023-07-18T07:45:16.499Z","dependency_job_id":"b43b4163-b45c-4f10-9fb1-fca5a78ab5de","html_url":"https://github.com/fa7ad/bad-ciphers","commit_stats":null,"previous_names":["fa7ad/bad-ciphers"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fa7ad/bad-ciphers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fa7ad%2Fbad-ciphers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fa7ad%2Fbad-ciphers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fa7ad%2Fbad-ciphers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fa7ad%2Fbad-ciphers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fa7ad","download_url":"https://codeload.github.com/fa7ad/bad-ciphers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fa7ad%2Fbad-ciphers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28631936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["cryptography","hacktoberfest","hacktoberfest2023"],"created_at":"2024-10-24T07:24:20.288Z","updated_at":"2026-01-21T10:36:01.147Z","avatar_url":"https://github.com/fa7ad.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bad Ciphers\n\nA collection of bad ciphers that should not be used in any serious application, but are still fun to play with.\n\n## Usage\n\n```typescript\nimport * as xor from '@bad-ciphers/xor';\nimport * as caesar from '@bad-ciphers/caesar';\nimport * as simpleSubstitution from '@bad-ciphers/substitution/simple';\n\nconst xor_encoded = xor.encode('Hello World!', 0xffff);\nconst xor_decoded = xor.decode(encoded, 0xffff);\n\nconst caesar_encoded = caesar.encode('Hello World!', 7);\nconst caesar_decoded = caesar.decode(caesar_ed, 7);\n\nconst substitution_encoded = simpleSubstitution.encode('Hello World!', 'zyxwvutsrqponmlkjihgfedcba');\nconst substitution_decoded = simpleSubstitution.decode(substitution_encoded, 'zyxwvutsrqponmlkjihgfedcba');\n```\n\n## Ciphers\n\n- [XOR](./packages/xor/README.md)\n- [Caesar](./packages/caesar/README.md)\n- [Simple Substitution](./packages/substitution/README.md)\n\n## License\n\nAll packages are licensed under the [MIT License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffa7ad%2Fbad-ciphers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffa7ad%2Fbad-ciphers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffa7ad%2Fbad-ciphers/lists"}