Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hill Cipher Added #950

Closed
wants to merge 4 commits into from
Closed

Hill Cipher Added #950

wants to merge 4 commits into from

Conversation

n1073645
Copy link
Contributor

Added Hill Cipher encode/decode operations.

Encryption:

  • Place the plaintext in a matrix.
  • Place the key in a matrix.
  • Multiply them together.

Decryption:

  • Place the cipher-text in a matrix.
  • Place the key in a matrix.
  • Calculate the inverse of the key matrix.
  • Multiply the inverse key matrix by the cipher-text matrix.

Copy link
Member

@n1474335 n1474335 left a comment

Choose a reason for hiding this comment

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

Descriptions, infoURLs and tests!

Looks awesome though.

@a3957273
Copy link
Member

a3957273 commented Apr 2, 2024

Hey! This pull request has gotten rather old and that's our fault. This project stopped being actively maintained for a while and it looks like your pull request has started to gather dust. Would you be able to update your branch to the latest version of CyberChef and we'll give it a review?

@a3957273
Copy link
Member

a3957273 commented May 5, 2024

Hey, this PR has remained without updates for four weeks now. I'll close it now, but feel free to re-open if you find time to contribute! 😄

@a3957273 a3957273 closed this May 5, 2024
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.

3 participants