You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.
Hi @kentcdodds , I would like to add function for finding key (for this issue, I would like to implement key matrix of order 2). The stackoverflow link for the function is not availablehttps://stackoverflow.com/questions/3997908/understanding-the-hill-cipher-algorithm
However, I would like to implement it.
I think the function should have two strings each of length 4 and it would return a string of same length as of plaintext and ciphertext.
So, findKey("miss","cikk") would return "byzr"
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi @kentcdodds , I would like to add function for finding key (for this issue, I would like to implement key matrix of order 2). The stackoverflow link for the function is not availablehttps://stackoverflow.com/questions/3997908/understanding-the-hill-cipher-algorithm
However, I would like to implement it.
I think the function should have two strings each of length 4 and it would return a string of same length as of plaintext and ciphertext.
So,
findKey("miss","cikk")
would return "byzr"The text was updated successfully, but these errors were encountered: