Skip to content

Conversation

@RC2208
Copy link
Contributor

@RC2208 RC2208 commented Jul 22, 2021

Brute Forcing The Caesar Cipher

  • Code to use Brute force on Caesar cipher if you don't have the key.
  • DevIncept Participant
  • Contributor

Closes: #108

Describe the changes you've made

Added code and output images.

Type of change

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

tested on different inputs. Gives correct output

Checklist:

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly whereever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added test cases that prove my fix is effective or that my feature works.
@prathimacode-hub prathimacode-hub added DCP21 This issue will be considered for DCP21 To Do Update Pending labels Jul 23, 2021
Copy link
Owner

@prathimacode-hub prathimacode-hub left a comment

Choose a reason for hiding this comment

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

Your PR is approved, great going. 🤩✔@RC2208

@prathimacode-hub prathimacode-hub added the 🟩 Level1 This issue will be considered as level 1 issue for DevIncept 21.Points will be 10 label Jul 23, 2021
@prathimacode-hub prathimacode-hub merged commit 76751fd into prathimacode-hub:main Jul 23, 2021
@prathimacode-hub prathimacode-hub removed the To Do Update Pending label Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DCP21 This issue will be considered for DCP21 🟩 Level1 This issue will be considered as level 1 issue for DevIncept 21.Points will be 10

2 participants