Open
Conversation
Co-authored-by: dhondta <[email protected]> Agent-Logs-Url: https://github.com/dhondta/python-codext/sessions/f0ffd4e0-c1de-422f-a604-98c58f872111
Copilot
AI
changed the title
[WIP] Add new encoding: vigenere
Add Vigenère cipher codec
Mar 22, 2026
dhondta
approved these changes
Mar 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
tests/test_generated)docs/pages/enc)Description
Implements the Vigenère cipher — a polyalphabetic substitution cipher that applies a series of interwoven Caesar shifts driven by a repeating keyword. Non-alpha characters pass through unchanged; case is preserved per character.
New file:
src/codext/crypto/vigenere.pyvigen[eè]re[-_](?:cipher[-_])?KEY— accepts both-and_separators, the accented spelling (vigenère), and an optionalcipherinfixLookupError__examples__covers the canonical Wikipedia test vector, case preservation, and round-trip fidelityOriginal prompt
💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.