{"id":23956946,"url":"https://github.com/fordcois/cryptography","last_synced_at":"2025-07-02T10:34:55.392Z","repository":{"id":270610656,"uuid":"910909219","full_name":"Fordcois/cryptography","owner":"Fordcois","description":"This repository is a documentation of my exploration of cryptography, focusing on creating and cracking ciphers","archived":false,"fork":false,"pushed_at":"2025-05-19T04:34:07.000Z","size":466,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-19T05:33:36.466Z","etag":null,"topics":["cryptography"],"latest_commit_sha":null,"homepage":"","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/Fordcois.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":"2025-01-01T18:55:02.000Z","updated_at":"2025-05-19T04:34:10.000Z","dependencies_parsed_at":"2025-01-01T20:19:20.460Z","dependency_job_id":"a852ec16-2198-47ba-8860-7ff4e097d91e","html_url":"https://github.com/Fordcois/cryptography","commit_stats":null,"previous_names":["fordcois/cryptography"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Fordcois/cryptography","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fordcois%2Fcryptography","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fordcois%2Fcryptography/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fordcois%2Fcryptography/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fordcois%2Fcryptography/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fordcois","download_url":"https://codeload.github.com/Fordcois/cryptography/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fordcois%2Fcryptography/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263121393,"owners_count":23416987,"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"],"created_at":"2025-01-06T16:32:31.824Z","updated_at":"2025-07-02T10:34:55.370Z","avatar_url":"https://github.com/Fordcois.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## About\nThis repository is a documentation of my exploration of cryptography, focusing on creating and cracking ciphers. It serves as a record of my learning and experiments, with the goal of improving decryption accuracy and speed while addressing increasingly complex ciphers. This is an evolving and ongoing project.\n\nYou can learn more about my thought processes and methodologies in the accompanying posts:\n\n[Checking Results](https://github.com/Fordcois/cryptography/blob/main/documentation/000_checking_results.md)\n\n[Caesar Ciphers \u0026 Frequency Analysis](https://github.com/Fordcois/cryptography/blob/main/documentation/001_Frequency_Analysis.md)\n\n\n## Current Scope \u0026 Goals\n\n### Establishing A Framework\n\nThe first step is to log each symbol in the cipher and transform it into an object. This object will track the likelihood of what the symbol represents. This approach will be helpful when dealing with more complex ciphers such as homophonic Substitution ciphers.\n\nI'm also aiming to developing testing and accurcy tools to assist in checking the validity of solutions\n\n### Substitution Ciphers\n\nA substitution cipher is a basic encryption method where letters are replaced by other letters. These ciphers can be generated by randomizing the alphabet using a key or by offsetting the alphabet.\n\n\n#### Breaking Substitution Ciphers:\n\n##### Frequency Analysis\nCommonly used letters in English (e.g., 'E', 'T', 'A', 'O') can be identified by their frequency and matched to their ciphertext equivalents.\n\n##### Bigraph Analysis\nBigraphs (common letter pairs) can provide additional clues. For instance, 'U' frequently follows 'Q'.\n\n##### Repeating Patterns\nIdentifying repeating patterns, such as double letters, can help assign probabilities. For example, 'LL' is one of the most common double letters in English.\n\n## Future Scope\n### Advanced Cipher Types\n\n#### Homophonic Substitution Ciphers:\nCiphers where multiple characters can represent the same letter, making them less susceptible to frequency analysis.\n\n#### Transposition Ciphers:\nCiphers that rearrange the order of letters in the plaintext according to a specific pattern.\n\n### Tools and Automation:\n\nDevelop a tool to automatically verify the validity of potential outputs. For example, the tool could check whether each word is a real word, allowing the program to refine and solve ciphers without human intervention.\n\n\n\u003cdetails open\u003e\n\u003csummary\u003eUtilities \u0026 Acknowledgements \u003c/summary\u003e\n\n[Cryptii](https://www.cryptii.com) is a user-friendly web tool that allows you to create, decode, and test a variety of ciphers. \n\n[Word Counter](https://www.wordcounter.net/) calculates the length of text including word count \u0026 character count.\n\n[Just Words](http://www.gwicks.net/justwords.html) features extensive wordlists in plain text formats\n\nThis Repo contains extract from a number of literary works, these extracts are all public domain have have been obtained from [Project Gutenberg](https://www.gutenberg.org/)\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffordcois%2Fcryptography","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffordcois%2Fcryptography","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffordcois%2Fcryptography/lists"}