{"id":31788357,"url":"https://github.com/minhngt62/cryptography-vigenere","last_synced_at":"2025-10-10T14:17:33.227Z","repository":{"id":228188734,"uuid":"587631779","full_name":"minhngt62/cryptography-vigenere","owner":"minhngt62","description":"A simulation for vigenere cipher and its attacking methods","archived":false,"fork":false,"pushed_at":"2023-02-23T05:38:35.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-29T19:24:49.952Z","etag":null,"topics":["cryptanalysis","cryptography","kasiski-examination","python","vigenere-cipher"],"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/minhngt62.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}},"created_at":"2023-01-11T07:58:04.000Z","updated_at":"2024-03-17T12:31:58.000Z","dependencies_parsed_at":"2024-03-17T14:48:04.347Z","dependency_job_id":null,"html_url":"https://github.com/minhngt62/cryptography-vigenere","commit_stats":null,"previous_names":["minhngt62/cryptography-vigenere"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/minhngt62/cryptography-vigenere","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhngt62%2Fcryptography-vigenere","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhngt62%2Fcryptography-vigenere/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhngt62%2Fcryptography-vigenere/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhngt62%2Fcryptography-vigenere/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minhngt62","download_url":"https://codeload.github.com/minhngt62/cryptography-vigenere/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhngt62%2Fcryptography-vigenere/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004176,"owners_count":26083688,"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-10T02:00:06.843Z","response_time":62,"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":["cryptanalysis","cryptography","kasiski-examination","python","vigenere-cipher"],"created_at":"2025-10-10T14:17:30.455Z","updated_at":"2025-10-10T14:17:33.218Z","avatar_url":"https://github.com/minhngt62.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vigenere Cipher \u0026 Kasiski Method\n\nThe [Vigenère cipher](https://en.wikipedia.org/wiki/Vigen%C3%A8re_cipher) (French pronunciation: ​[viʒnɛːʁ]) is a method of encrypting alphabetic text by using a series of interwoven Caesar ciphers, based on the letters of a keyword. It employs a form of polyalphabetic substitution. First described by Giovan Battista Bellaso in 1553, the cipher is easy to understand and implement, but *it resisted all attempts to break it until 1863, three centuries later*. This earned it the description le chiffrage indéchiffrable (French for 'the indecipherable cipher'). Many people have tried to implement encryption schemes that are essentially Vigenère ciphers. In 1863, Friedrich Kasiski was the first to publish a general method of deciphering Vigenère ciphers.\n\nOur work is to implement the encryption and decryption of Vigenere cipher, then introduce Kasiski examination method with a usual cryptanalysis algorithm in order to break the cryptography.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/86721208/211774407-7f27727f-ff57-456a-818a-f8b68e841cbf.png\" /\u003e\n\u003c/p\u003e\n\n## Introduction to Cryptography - DSAI K65: Group 16\n1. Nguyễn Tống Minh (Email: minh.nt204885@sis.hust.edu.vn)\n2. Nguyễn Thị Hương Giang (Email: giang.nth200185@sis.hust.edu.vn)\n3. Hoàng Long Vũ (Email: vu.hl204897@sis.hust.edu.vn)\n\n## Project Structure\n\n```\nvigenere_cipher/               # source code\n-- ./cryption/                 # encryption \u0026 decryption of Vigenere cipher\n-- ./attacking/                # attack method: Kasiski \u0026 cryptanalysis\nmain.py                        # demo program\nREADME.md\n```\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminhngt62%2Fcryptography-vigenere","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminhngt62%2Fcryptography-vigenere","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminhngt62%2Fcryptography-vigenere/lists"}