Skip to content

Add Vigenère cipher example to cryptography folder - #6

Merged
DavFilsDev merged 1 commit into
cryptographyfrom
feature/vigenere-cipher
Jul 11, 2025
Merged

Add Vigenère cipher example to cryptography folder#6
DavFilsDev merged 1 commit into
cryptographyfrom
feature/vigenere-cipher

Conversation

@DavFilsDev

Copy link
Copy Markdown
Owner

This pull request adds a Python script demonstrating the Vigenère cipher technique.

  • generate_key(): Adjusts the key length to the message
  • vigenere_encrypt(): Encrypts the message
  • vigenere_decrypt(): Decrypts the message Example usage is provided in the script's main block.

@DavFilsDev
DavFilsDev merged commit bd17bab into cryptography Jul 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant