Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henryboldi/felony
ππ₯π Next Level PGP
https://github.com/henryboldi/felony
electron encrypted-messages encryption pgp react
Last synced: 21 days ago
JSON representation
ππ₯π Next Level PGP
- Host: GitHub
- URL: https://github.com/henryboldi/felony
- Owner: henryboldi
- License: mit
- Created: 2016-01-07T09:47:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T02:13:25.000Z (over 5 years ago)
- Last Synced: 2024-05-22T21:33:19.386Z (6 months ago)
- Topics: electron, encrypted-messages, encryption, pgp, react
- Language: JavaScript
- Homepage:
- Size: 3.72 MB
- Stars: 3,479
- Watchers: 80
- Forks: 130
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-repos - henryboldi/felony - ππ₯π Next Level PGP (JavaScript)
README
![Felony Logo](https://i.imgur.com/gqG7XoQ.png)
![Felony Screenshot](https://i.imgur.com/0e1ZOLp.png)**Felony is an open-source pgp keychain built on the modern web with Electron, React, and Redux.** Felony is the first PGP app that's easy for anyone to use, without a tutorial.
[![Github All Releases](https://img.shields.io/github/downloads/henryboldi/felony/total.svg?maxAge=2592000)]()
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fhenryboldi%2Ffelony.svg?size=large)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fhenryboldi%2Ffelony?ref=badge_large)
## Download Felony
You can download compiled versions of Felony for Windows, macOS, and Linux from https://github.com/henryboldi/felony/releases. The app is currently in its pre-release stage, so it hasn't been fully tested on all platforms. Confirmed to be working on Mac, as that's what the developers own.## How it works
### 1. Add public keys to your buddies list
A public key is like a username - Adding someoneβs public key to your buddies list lets you send them messages. You can find other public keys on markets like Keybase.io and Darknet.
### 2. Encrypt a message
Select a recipient from your buddies list and compose a message. Only your chosen recipient(s) can read the message. Encrypted messages can be used to send sensitive information, such as an address, document, or anything intended to be read only by intended recipients.
### 3. Send the encrypted message anywhere
You can send the encrypted message on any website! Send encrypted messages over Facebook Messenger, Twitter DMs, YouTube, Instagram, or anywhere else. **Felony is security when and where you want it.**## Running Locally
To run the development environment run
```
npm run dev
```
To package felony run
```
npm run package
```
To build for all platforms
```
npm run package-all
```
For more information check out [electron-react-boilerplate](https://github.com/chentsulin/electron-react-boilerplate), which we used as a starting point.## Feature Requests
Have an idea for a feature you'd love to see in Felony? Create an issue and tag it as a feature request.## Maintainers
Maintained with β€οΈ by [Sanil](https://github.com/TechyPeople), [Frank](https://github.com/frankcash).
Created by [Henry](https://github.com/henryboldi) & [Case](https://github.com/casesandberg).
> 100% inline styles via [ReactCSS](http://reactcss.com/)