{"id":27360608,"url":"https://github.com/fhightower/my-cipher","last_synced_at":"2025-10-13T19:17:27.204Z","repository":{"id":83534175,"uuid":"402203450","full_name":"fhightower/my-cipher","owner":"fhightower","description":null,"archived":false,"fork":false,"pushed_at":"2021-09-01T21:38:50.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-20T01:57:47.227Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/fhightower.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,"zenodo":null}},"created_at":"2021-09-01T21:07:35.000Z","updated_at":"2021-09-01T21:38:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"74022d58-6460-489c-959d-20e3ae2700d2","html_url":"https://github.com/fhightower/my-cipher","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fhightower/my-cipher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhightower%2Fmy-cipher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhightower%2Fmy-cipher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhightower%2Fmy-cipher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhightower%2Fmy-cipher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fhightower","download_url":"https://codeload.github.com/fhightower/my-cipher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhightower%2Fmy-cipher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016892,"owners_count":26085884,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-04-13T01:09:08.876Z","updated_at":"2025-10-13T19:17:27.198Z","avatar_url":"https://github.com/fhightower.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Cipher\n\nA simple, effective cipher I created for fun.\n\n## Usage\n\n### Encode\n\nTo encode a message using this cipher, you'll need two strings:\n\n1. A message\n2. A cipher text used to encode the message\n\nYou encode like:\n\n```python\nimport cipher\n\nmessage = 'What hath God wrought?'\ncipher_text = 'the quick brown fox jumps over the lazy dog'\n\ncipher.encode(message, cipher_text)\n```\n\n### Decode\n\nTo decode, you'll need:\n\n1. An encoded message\n2. A cipher text (the same one used to encode it)\n\nYou can decode something like:\n\n```python\nimport cipher\n\nencoded_message = '101,32,36,72,30,60,53,72,32,39,85,12,56,3,13,11,41,21,42,60,72,125'\ncipher_text = 'the quick brown fox jumps over the lazy dog'\n\ncipher.decode(encoded_message, cipher_text)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffhightower%2Fmy-cipher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffhightower%2Fmy-cipher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffhightower%2Fmy-cipher/lists"}