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

Revert the order of the modulus and the exponent of the rsa keys #299

Closed TheBonheurs closed 7 years ago

TheBonheurs commented 7 years ago

What

Revert the order of the modulus and the exponent of the rsa keys

Why

This Pull Request is needed because keys are displayed in the wrong order

How

This feature can be viewed/tested within the project by viewing a key in our app

Alternative implementation

Other implementations that I've have considered are ...

Notes

None