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

Generate QR code #62

Closed jverbraeken closed 7 years ago

jverbraeken commented 7 years ago

User story

As a user I want an easy way to see a public key, for example by using a QR code, so that I can show someone my public key without showing him a huge string.

What

This issue demands the generation of a QR code based on a string encoding a public key

Why

This issue is needed for the project because people want to be able to see a public key (for example to exchange it) and because a textual representation can be too long when the keys are very large

How

This feature can be added by generating the QR code based on a string by using a library like zginx

Definition of done

This task can be considered done when

Notes