+0  
 
0
503
1
avatar

Modern day cryptography involves a lot of number theory. Passwords and other sensitive data need to be encrypted before being transmitted via the internet, there can be several encryption schemes, here are two simple encryption schemes

 

Password : "secret" and if the encryption scheme is a shift of 1 letter in the alphabet then the encrypted password = tfdsfu. If there is a key (key value abcdef) used along with our sample password "secret" then each of the letters in the password is shifted by 1,2,,3,4,5 and 6 letters respectively so the encrypted password is "tgfvjz"

 

So if the encrypted password is "bvrf" and the key is "adeg" what is the original password ?..

 Dec 3, 2019
 #1
avatar+128406 
+1

a b c d e f g h i j k  l  m  n   o  p  q  r  s t u v w  x y  z

 

bvrf    

 

Because of the "a"....shift the  b back  one letter   = a

Because of the d, shift the v back 4 letters  =   r

Because of the e, shift the r back 5 letters  = m

Because of the g, shift the  f back 7 letters = y

 

" a  r   m  y "

 

 

 

cool cool cool

 Dec 3, 2019

2 Online Users

avatar
avatar