+0  
 
0
759
1
avatar
I need to repost my last comment. I am stuck on this question and I can not find any references on how to do this. Why? Because it was not taught. So I sent a message to my online teacher with no reply so please help:
A cetain encryption algorithm, applicable to totally numerical (decimal) messages, creates a ciphertext that relates to the plaintext as follows: Ciphertext Part One = INT[SQRT(Plaintext)]

Ciphertext Part Two = Plaintext – {INT[SQRT(Plaintext)]}^2
a. Determine the plaintext if the ciphertext is: Part One= 28 and Part Two=5
INT[SQRT(28)] =5
Plaintext – {INT[SQRT(Plaintext)]}^2
b. Determine the two parts of the ciphertext if the plaintext is 123456
 Nov 30, 2013
 #1
avatar+118653 
0
Not sure but this is what I think

Part One = INT[SQRT(Plaintext)]
Part Two = Plaintext – {INT[SQRT(Plaintext)]}^2
-------------------------------------
If plain text = 28 then
sqrt28=5.29...
INT(5.29) = 5 (I assume INT stands for integer part)

28 - (5squared) = 3
--------------------------------------

If plaintext = 123456 then
sqrt123456 = 351.36...
INT(351.36..)=351

123456 - (351squared) = 255
--------------------------------------------
 Nov 30, 2013

1 Online Users

avatar