Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Tasemu/Simple-PGP
Electron based client for easy usage of PGP encryption and communication.
https://github.com/Tasemu/Simple-PGP
Last synced: 16 days ago
JSON representation
Electron based client for easy usage of PGP encryption and communication.
- Host: GitHub
- URL: https://github.com/Tasemu/Simple-PGP
- Owner: Tasemu
- License: mit
- Created: 2016-11-20T11:55:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-10T17:24:07.000Z (almost 7 years ago)
- Last Synced: 2024-08-01T00:56:00.622Z (3 months ago)
- Language: JavaScript
- Size: 116 KB
- Stars: 38
- Watchers: 5
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Simple-PGP
![Screen Shot 2016-11-24 at 6.05.50 PM](https://cloud.githubusercontent.com/assets/3958255/20590789/e400407a-b270-11e6-8eb8-c9027b52aa49.png)
Simple-PGP is a desktop application which you can use to manage your PGP keys, contacts public keys, and easily encrypt and decrypt text for safe communication with the PGP encryption protocol.
Simple PGP is an open source option for using PGP encryption and is built with React, Electron and Mobx. I hope you enjoy using it and please feel free to provide feedback as I'm sure there are still many things left to do on this project.
## Features
- Generate a new Key Pair
- Import your existing Key Pair
- Export your Key Pair for other applications
- Add Contacts to your contact list for fast encryption
- Create encrypted messages to any contact
- Decrypt any encrypted messages easily with your Private Key
- Sign messages so people know you sent it
- Easily get your public key to send to others## Download
You can find download options for Windows, OSX and Linux on the releases page of this repo located here: https://github.com/Tasemu/Simple-PGP/releases
## How to build
Clone the repo
```
git clone https://github.com/Tasemu/Simple-PGP.git
```Install depencies
```
npm install
```Run development server
```
npm run server
```Package for production
```
npm run package
```## Maintainers
So far this project is maintained by me alone. Though i'm always open to help. :)