Java icon indicating copy to clipboard operation
Java copied to clipboard

Updated the decryption

Open UdayRajVadeghar opened this issue 1 year ago • 1 comments

Since the transposition decryption is changing the value of n , the decryption back to the original name wasn't possible earlier. Fixed one of the two bugs. I will look through the encryption bug in a few hours, hope you merge this meanwhile.

  • [x] I have read CONTRIBUTING.md.
  • [x] This pull request is all my own work -- I have not plagiarized it.
  • [ ] All filenames are in PascalCase.
  • [ ] All functions and variable names follow Java naming conventions.
  • [ ] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • [ ] All new code is formatted with clang-format -i --style=file path/to/your/file.java

UdayRajVadeghar avatar Jan 23 '24 21:01 UdayRajVadeghar

@UdayRajVadeghar could you cleanup the existing implementation first? That would requite adding tests and making this class testable.

vil02 avatar Jan 24 '24 08:01 vil02

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution!

github-actions[bot] avatar Feb 25 '24 00:02 github-actions[bot]

Please reopen this pull request once you have made the required changes. If you need help, feel free to ask in our Discord server or ping one of the maintainers here. Thank you for your contribution!

github-actions[bot] avatar Mar 04 '24 00:03 github-actions[bot]