#Encrption
29 messages · Page 1 of 1 (latest)
Now we do matrix multiplication with placeholder variables for the key matrix:
Which spits out the equations:
C_11 = 9A + 27D +12G
C_12 = 15B + 22E + 5H
C_13 = 27C + 14F + 1I
But wait, we know the cipher text, so we know what the first three letters here should be!
So we have:
C_11 = 9A + 27D +12G = 25
C_12 = 15B + 22E + 5H = 13
C_13 = 27C + 14F + 1I = 5
You should recognize these individually as linear combinations, and therefore all of them taken together as a system of linear equations.
You should be able to solve for the key matrix now, no problem!
@wanton hornet
Note: Of course, keep in mind that the answers to each linear combination have already been reduced via the modulo operation.
i did this is it correct?
No, not by a long shot. I'm actually not even sure what you're trying to do, here.
Could you explain your thought process, @wanton hornet ?
Ah, wait. I think I might see where the confusion is happening, here.
Side note: Fuck, I need my coffee. Am slightly loopy atm.
Anyway, you know how to solve this system of equations, right?
If so, then do that before anything else.
Edit and a note: It occurs to me that I didn't explain enough here that you're going to need more than the first three letters of the ciphertext in order to solve this particular system. I just thought that was fairly obvious, and so forgot to mention it. I'm sorry. 😦
Although looking everything, maybe you need more explicit data. It's all there. Try getting the equations from the rest of the ciphertext using the methods I did.
Lmk if you have further questions.
sorry i dont know can u show me a little bit about it ?
Sure. One moment.
Okay, so we have the system: