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

Send public key from master to slave after Bluetooth pairing #127

Closed jverbraeken closed 7 years ago

jverbraeken commented 7 years ago

User story

As a user I want to get the key after a successful Bluetooth pairing from the master as a slave so that I don't have to pair another time with me as master.

What

This issue demands to send your own public key after receiving it from your partner after a Bluetooth pairing and the processing of that key when it arrives.

Why

This issue is needed for the project because users don't want to pair twice if they want to have each other's keys.

How

This feature can be added by sending the public from the master to the slave after successful Bluetooth pairing and asking the user if the received public key should be saved.

Definition of done

This task can be considered done when

Notes