From b3fe5c121b96e758a57c424f624745bb914e6461 Mon Sep 17 00:00:00 2001 From: Jean-Luc Leleu Date: Tue, 19 Sep 2023 17:33:04 +0200 Subject: [PATCH 1/3] Create Intersetellar-network-WP2-M2.md --- deliveries/Intersetellar-network-WP2-M2.md | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 deliveries/Intersetellar-network-WP2-M2.md diff --git a/deliveries/Intersetellar-network-WP2-M2.md b/deliveries/Intersetellar-network-WP2-M2.md new file mode 100644 index 000000000..5403ffd34 --- /dev/null +++ b/deliveries/Intersetellar-network-WP2-M2.md @@ -0,0 +1,45 @@ +# Milestone Delivery :mailbox: + + + +**The [invoice form :pencil:](https://docs.google.com/forms/d/e/1FAIpQLSfmNYaoCgrxyhzgoKQ0ynQvnNRoTmgApz9NrMp-hd8mhIiO0A/viewform) has been filled out correctly for this milestone and the delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grant-Milestone-Delivery/blob/master/deliveries/milestone-delivery-template.md).** + + +> FIAT payment i.e. USD + +* **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/Interstellar-network2.md + +* **Milestone Number:** 2 + +**Context** (optional) + +We have updated our current display circuit to enhance user experience by reducing the cognitive load required to read the screen. This means less time for the brain to decode or read the digits displayed. This has been achieved by introducing specific sub-circuits that handle a set of probabilities for displaying each segment for every frame. In this demonstration, we present the transaction validation screen with varied probabilities for segment display. + +To simplify the evaluation, we utilize various apps in offline mode. Each app is assigned a specific probability that reflects a different cognitive load for the users. This approach will allows us to adjust the difficulty level dynamically for each user interaction. + +Looking ahead, we plan to leverage the new capabilities of the display circuit to fine-tune the balance between cognitive load and security. More crucially, we aim to define a unique user's behavioral biometric profile. This profile will be based on the user's cognitive load experiences in conjunction with other behavioral biometrics, such as the timing of touch inputs for user's response. + +Please refer to the [Interstellar Decentralized Authentication](https://medium.com/@jlleleu/interstellar-secure-ux-7d7f095403c9) article for more details on the security model. + + + +**Deliverables** + +### Milestone 2 — New Circuit Design + + +| Number | Deliverable | Link | Notes | +| -----: | ----------- | -----------|------------ | +| 0a. | Licence | APACHE 2.0, MIT | | +| 0b. | Documentation | [documentation](https://book.interstellar.gg/2M1.html) | | +| 0c. | Testing Guide | [testing guide](https://book.interstellar.gg/2M2.html#testing-guide) | | +| 0d. | Docker | | see additional information | +| 1. | New Circuit| [New Circuit design](https://github.com/Interstellar-Network/lib_circuits/tree/main/circuit-gen-rs/data/verilog#new-circuit-diagrams), [Demo tutorial](https://book.interstellar.gg/2M2_demo_tutorial.html) | Mobile offline demo apps, each with the new circuit and a pre-computed display circuit generated with a defined probability to display segments | +|2. | Light security screen| [Demo tutorial](https://book.interstellar.gg/2M2_demo_tutorial.html) | we use high probability to display segments i.e. 0.9 this non-screenshot proof version will be used later with our adaptive security framework| + +**Additional information:** + +As we prioritize the user experience and aim to showcase the readability improvement compared to the previous milestone, there is no need for a Docker here. Instead, we provide offline demo apps to simplify the evaluation. + +However, if you'd like to test the full pipeline for this milestone, we can provide you with both a Docker and an online version of the app and the related demo tutorial. + From 812e9078700408ef23b049fd5be5e97f42f4a590 Mon Sep 17 00:00:00 2001 From: Jean-Luc Leleu Date: Wed, 20 Sep 2023 08:50:27 +0200 Subject: [PATCH 2/3] update --- deliveries/Intersetellar-network-WP2-M2.md | 1 + 1 file changed, 1 insertion(+) diff --git a/deliveries/Intersetellar-network-WP2-M2.md b/deliveries/Intersetellar-network-WP2-M2.md index 5403ffd34..71fcdf455 100644 --- a/deliveries/Intersetellar-network-WP2-M2.md +++ b/deliveries/Intersetellar-network-WP2-M2.md @@ -16,6 +16,7 @@ We have updated our current display circuit to enhance user experience by reducing the cognitive load required to read the screen. This means less time for the brain to decode or read the digits displayed. This has been achieved by introducing specific sub-circuits that handle a set of probabilities for displaying each segment for every frame. In this demonstration, we present the transaction validation screen with varied probabilities for segment display. To simplify the evaluation, we utilize various apps in offline mode. Each app is assigned a specific probability that reflects a different cognitive load for the users. This approach will allows us to adjust the difficulty level dynamically for each user interaction. +> The mandatory English language requirement has been resolved and is no longer in effect. Looking ahead, we plan to leverage the new capabilities of the display circuit to fine-tune the balance between cognitive load and security. More crucially, we aim to define a unique user's behavioral biometric profile. This profile will be based on the user's cognitive load experiences in conjunction with other behavioral biometrics, such as the timing of touch inputs for user's response. From 71336e5b4e975b3ca9ca09a84131568d50e894ee Mon Sep 17 00:00:00 2001 From: Jean-Luc Leleu Date: Wed, 20 Sep 2023 15:16:30 +0200 Subject: [PATCH 3/3] update --- deliveries/Intersetellar-network-WP2-M2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deliveries/Intersetellar-network-WP2-M2.md b/deliveries/Intersetellar-network-WP2-M2.md index 71fcdf455..393c323c2 100644 --- a/deliveries/Intersetellar-network-WP2-M2.md +++ b/deliveries/Intersetellar-network-WP2-M2.md @@ -32,7 +32,7 @@ Please refer to the [Interstellar Decentralized Authentication](https://medium.c | Number | Deliverable | Link | Notes | | -----: | ----------- | -----------|------------ | | 0a. | Licence | APACHE 2.0, MIT | | -| 0b. | Documentation | [documentation](https://book.interstellar.gg/2M1.html) | | +| 0b. | Documentation | [documentation](https://book.interstellar.gg/2M2.html) | | | 0c. | Testing Guide | [testing guide](https://book.interstellar.gg/2M2.html#testing-guide) | | | 0d. | Docker | | see additional information | | 1. | New Circuit| [New Circuit design](https://github.com/Interstellar-Network/lib_circuits/tree/main/circuit-gen-rs/data/verilog#new-circuit-diagrams), [Demo tutorial](https://book.interstellar.gg/2M2_demo_tutorial.html) | Mobile offline demo apps, each with the new circuit and a pre-computed display circuit generated with a defined probability to display segments |