What can the public half of a key pair do?
The private half of a key pair is never revealed to anyone.
Circle one: True False
A pair (3, 4) is scrambled by [[1, 2], [0, 1]]. What is the first number of the new pair?
Answer: ______________
Maya scrambles a secret note by multiplying each pair of numbers by the matrix [[1, 2], [0, 1]]. To turn the scrambled note back into the real one, what do you multiply by?
Why do computers swap a symmetric key instead of carrying the chat on public-key methods?
A note has the pair (3, 4). It is scrambled by multiplying with the matrix [[1, 2], [0, 1]], which gives a new pair. What is the first number of the new pair?
Answer: ______________
In this matrix secret-message method, if you publish the scrambling matrix for everyone to see, people can work out the undoing matrix from it, so this method cannot safely have one public half.
Circle one: True False
You publish the toy scrambling matrix for all to see. Why is there no safe public half?
A new pair (5, 1) is scrambled by [[1, 2], [0, 1]]. What is the first number of the result?
Two strangers exchange key messages while somebody records everything. What does the watcher end with?