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

Exchange public key #64

Closed jverbraeken closed 7 years ago

jverbraeken commented 7 years ago

User story

As a developer I want to implement a way to get / send public keys and store/retrieve the key from/to the database

What

Public keys must be exchanged some way or another to other devices and there be processed.

Why

To exchange securely keys over Bluetooth we must be able to exchange keys

How

By retrieving the key from the database, sending it over Bluetooth to a paired device, receiving the key over Bluetooth and storing it in the database

Definition of done

Notes