/CryptoNotes

Phone Application providing end-to-end encryption using PGP

Primary LanguageC#

name description page_type languages products extensions urlFragment
Xamarin.Forms - PGP Application
This sample demonstrates an application for storing and using PGP keys. A side menu drives pages for generating keys, saving public keys, sending public keys, encrypting, and decrypting
sample
csharp
xamarin
tags
getstarted
pgp

CryptoNotes

Phone Application providing end-to-end encryption using PGP

Crypto Tip Jar

Donate with Crypto

Functionality

  • View a list of generated PGP keys.
  • Create a new PGP key set.
  • Save public keys.
  • Send public keys through the share panel.
  • Send an encrypted message through the share panel.
  • Decrypt a PGP message.
  • Self destruct page to delete all keys.

In all cases the keys are stored in a local SQLite database.

It currently uses PGPCore for PGP functionality.

TODO:

  • Button animations
  • Needs more design