From 68435386fb44f08abe26a2add365cb7e3ac71f5c Mon Sep 17 00:00:00 2001 From: Felix Linker Date: Wed, 17 Jan 2024 15:31:22 +0100 Subject: [PATCH] Update project page --- content/_index.md | 5 +++-- content/sources/_index.md | 9 +++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/content/_index.md b/content/_index.md index 4cecf88..489ee27 100644 --- a/content/_index.md +++ b/content/_index.md @@ -12,11 +12,10 @@ date: 2022-10-06T11:46:35+02:00 draft: false --- -SOAP is a novel social authentication protocol. +SOAP is a social authentication protocol. When performing social authentication, users verify that their chat partner controls accounts at different identity providers (IdPs) which they know are controlled by their intended chat partner. Using social authentication, users can verify, for example, that their messaging application chat is not intercepted by a MITM. By building on top of the popular OpenID Connect protocol, SOAP automates the authentication ceremony and does not require adoption from any OpenID Connect-IdP. -SOAP is currently under submission for academic publishing. The paper contains four contributions. * We formally define the notion of *Social Authentication* as a security property. @@ -25,6 +24,8 @@ The paper contains four contributions. * We implement SOAP in two prototypes: a [web-based prototype](https://soap-proto.net), and an extension of the Signal Android application. A video demo of the Signal prototype is shown below. +SOAP has been accepted for publication at [USENIX Security 24](https://www.usenix.org/conference/usenixsecurity24/)! + You can find all sources related to this project [here](/sources). {{< youtube Ip_RAF8PRrM >}} diff --git a/content/sources/_index.md b/content/sources/_index.md index 33d3d37..132d9a6 100644 --- a/content/sources/_index.md +++ b/content/sources/_index.md @@ -4,13 +4,18 @@ date: 2022-10-06T11:46:35+02:00 draft: false --- +All sources related to SOAP can also be found in the repositories of our [GitHub organization](https://github.com/orgs/soap-wg/repositories). +Please note that accessing the repositories will deanonymize the authors. + ## Formal Proofs The formal model and proofs for SOAP were encoded for the [Tamarin model checker](https://tamarin-prover.github.io/). The source code archives contain a README detailing how to check the proofs. -* [Source code (zip)](https://github.com/soap-wg/soap-proofs/archive/refs/tags/usenix-pre.zip) -* [Source code (tar.gz)](https://github.com/soap-wg/soap-proofs/archive/refs/tags/usenix-pre.tar.gz) +* [Source code (zip)](https://github.com/soap-wg/soap-proofs/archive/refs/tags/usenix.zip) +* [Source code (tar.gz)](https://github.com/soap-wg/soap-proofs/archive/refs/tags/usenix.tar.gz) + +Should you require anonymized proofs, please use [this download link](https://github.com/soap-wg/soap-proofs/archive/refs/tags/usenix.zip). ## Web-based Prototype