how to demonstrate that a protocol is certain with those specifications.
Posted
by kawtousse
on Stack Overflow
See other posts from Stack Overflow
or by kawtousse
Published on 2010-06-13T10:41:00Z
Indexed on
2010/06/13
13:12 UTC
Read the original article
Hit count: 286
Hi every one,
we have 4 persons A, B, C and D witch want to know the averge of their salary SA SB SC SD but no one wants that the others know his salary. For that they use this protocol:
- A->B: [N+SA ]KB
- B->C:[N+SA+SB]KC
- C->D:[N+SA+SB+SC]KD
- D->A:[N+SA+SB+SC+SD]KA
where the notation [m]KY represents the message x crypted xith the public key of y
Is this protocol certain. can we trust it. want you please give me justification.
thanks for help.
© Stack Overflow or respective owner