{"id":24107508,"url":"https://github.com/igorjakus/vigenere","last_synced_at":"2026-05-13T18:11:49.049Z","repository":{"id":193477138,"uuid":"240275515","full_name":"igorjakus/vigenere","owner":"igorjakus","description":"Vigenère cipher, Python and C++ implementation.","archived":false,"fork":false,"pushed_at":"2020-09-17T13:08:53.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T22:41:56.553Z","etag":null,"topics":["cipher","cpp","python","vigener-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/igorjakus.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}},"created_at":"2020-02-13T14:09:06.000Z","updated_at":"2020-09-17T13:08:56.000Z","dependencies_parsed_at":"2023-09-08T10:43:25.730Z","dependency_job_id":"482d3a38-cfe0-4c66-9a74-3c160394a4c1","html_url":"https://github.com/igorjakus/vigenere","commit_stats":null,"previous_names":["igorjakus/vigenere"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igorjakus%2Fvigenere","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igorjakus%2Fvigenere/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igorjakus%2Fvigenere/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igorjakus%2Fvigenere/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igorjakus","download_url":"https://codeload.github.com/igorjakus/vigenere/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241089044,"owners_count":19907677,"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":["cipher","cpp","python","vigener-cipher"],"created_at":"2025-01-10T22:39:27.947Z","updated_at":"2026-05-13T18:11:43.999Z","avatar_url":"https://github.com/igorjakus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vigenere cipher encryptor and decryptor\n## 1. You have to type text for cipher and encryption key\n\n## 2. All useless (not alphabetical) characters will be deleted\n\n## 3. All the letters are changed for shifts:\n\na for shift = 1\n\nb for shift = 2\n\nc for shift = 3\n\nand so on.. then:\n\nz for shift = 0\n\n## 4. For each letter in the text there's shift.\n\n## 5. Shift the letter.\nExamples:\n\nA + 4 = E\n\nZ - 2 = X\n\n## 5. When list with shifts (keyword list) ends it goes to the start of list.\nExample:\n\nmeet me at elephant lake\n\nsnak es na kesnakes nake\n\nfor text \"meet me at elephant lake\", and keyword \"snake\"\n\n## 6. And so on to the end:)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figorjakus%2Fvigenere","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figorjakus%2Fvigenere","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figorjakus%2Fvigenere/lists"}