ericcornelissen / NervousFish

An app for your :iphone: to exchange public-keys in a secure manner.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Verify user by comparing tap data #119

Closed jverbraeken closed 7 years ago

jverbraeken commented 7 years ago

User story

As a user I want that the app compares my own rhythm with the rhythm of the one that I'm pairing with so that the app can verify if we're both communicating with the correct person.

What

This issue demands to decide based on a comparison of the tap data of both Bluetooth users if the two users tapped the both rhythm.

Why

This issue is needed for the project because the app must be able to verify (for example by using a taping rhythm) if the persons to the correct person.

How

This feature can be added by either using the difference in the relative exponential distance between the taps or by using dynamic programming.

Definition of done

This task can be considered done when

Notes