Skip to content

Add Autokey encoder#509

Merged
siriak merged 2 commits into
TheAlgorithms:masterfrom
Jccqt:master
Jul 11, 2025
Merged

Add Autokey encoder#509
siriak merged 2 commits into
TheAlgorithms:masterfrom
Jccqt:master

Conversation

@Jccqt
Copy link
Copy Markdown
Contributor

@Jccqt Jccqt commented Jul 11, 2025

Summary of the Change:

This pull request introduces the Autokey cipher which is a type of polyalphabetic cipher. This cipher works by choosing a key then appending it to the plaintext to form an extended key.

  • I have performed a self-review of my code
  • My code follows the style guidelines of this project
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Comments in areas I changed are up to date
  • I have added comments to hard-to-understand areas of my code
  • I have made corresponding changes to the README.md

@Jccqt Jccqt requested a review from siriak as a code owner July 11, 2025 14:37
@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.15%. Comparing base (329fc50) to head (eca9496).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #509      +/-   ##
==========================================
- Coverage   95.16%   95.15%   -0.02%     
==========================================
  Files         268      269       +1     
  Lines       10865    10894      +29     
  Branches     1529     1531       +2     
==========================================
+ Hits        10340    10366      +26     
- Misses        400      402       +2     
- Partials      125      126       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Member

@siriak siriak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@siriak siriak merged commit 8fec042 into TheAlgorithms:master Jul 11, 2025
3 of 4 checks passed
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.

2 participants