Advertisement
Guest User

Untitled

a guest
Apr 25th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. assuming you have a commutative encryption operations (like XOR) where ((pt+E1)+E2)-E1 = (pt+E2)
  2.  
  3. then
  4.  
  5. person A person B
  6. OTP char a OTP char b
  7. message pt
  8. pt+a -------> pt+a
  9. pt+a+b <-------- pt+a+b
  10. pt+a+b-a
  11. pt+b --------> pt+b
  12. pt+b-b
  13. message pt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement