Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nating/imparo
📮 A Chrome extension to provide emails with encryption. 🔐
https://github.com/nating/imparo
chrome-extension email-cryptography smime
Last synced: 16 days ago
JSON representation
📮 A Chrome extension to provide emails with encryption. 🔐
- Host: GitHub
- URL: https://github.com/nating/imparo
- Owner: nating
- License: mit
- Created: 2017-03-23T00:51:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-04T06:19:47.000Z (almost 8 years ago)
- Last Synced: 2024-11-08T23:36:33.358Z (2 months ago)
- Topics: chrome-extension, email-cryptography, smime
- Language: JavaScript
- Homepage:
- Size: 5.15 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# I'm Paro
A Chrome Extension to provide emails with encryption.
### Paro: _"Someone who is scared and/or paranoid."_## Overview
Imparo encrypts your emails using the public key of the person you wish to be able to decrypt it. Only they can decrypt the message using their own private key.
Encrypted messages are signed using your private key, so you can be verified as the sender of the message.
## Set Up
When You get Imparo, you should go onto the [options page](chrome-extension://flhloomlgckkflmlkklmcfjjgmkkcfjg/options.html) to generate your public/private key pair.
Here you can also add your contacts and their public keys so you can encrypt messages especially for them.
## Usage
### Creating an encrypted email
1. Compose an email as you would normally.
2. Hit the 'Encrypt with Imparo' button.
3. Send the email!
### Reading an encrypted email
1. Open up the email.
2. Press the 'Decrypt with Imparo button.
3. Read your decrypted email!