Skip to content

raphting/sas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

MA-3 and Vaudenay SAS protocol

The SAS protocol establishes peer-to-peer authenticated communication over an insecure channel by using an extra channel, such as in Apple iMessage (see Application below).

This is a toy implementation of the Vaudenay SAS protocol [PDF].

To avoid 4 round-trips whereas 3 are sufficient, SAS was improved by the MA-3 protocol [PDF].

The used commitment scheme is an idealized commitment model in which a trusted third party reveals the commitment. In a real world implementation, commitment schemes that don't require a trusted third party would be more practical ( random oracle, CRS model).

Application

Apple uses the SAS protocol for iMessage Contact Key Verification, introduced in iOS 17.2.

About

Vaudenay SAS and MA-3 protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages