-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added README.md
- Loading branch information
Aronne Brivio
committed
Apr 21, 2015
1 parent
5027fc5
commit 8bfb58b
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#OpenPGP | ||
WebApp to port GPG messages encryption to FirefoxOS. | ||
It's possible to: | ||
- Generate a key pair | ||
- Load a public key from [pgp.mit.edu](https://pgp.mit.edu) | ||
- Load a private key from file in SDcard | ||
- Encrypt a message and send it via Email | ||
- Decrypt a message | ||
- Manage keys saved locally | ||
|
||
##History | ||
- **1.0** | ||
First version |