Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RC1140/cr-gpg
A chrome plugin that enables gpg encryption and decryption for the gmail web interface
https://github.com/RC1140/cr-gpg
Last synced: 17 days ago
JSON representation
A chrome plugin that enables gpg encryption and decryption for the gmail web interface
- Host: GitHub
- URL: https://github.com/RC1140/cr-gpg
- Owner: RC1140
- Created: 2011-07-08T13:10:32.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-02-12T08:31:32.000Z (over 10 years ago)
- Last Synced: 2024-07-31T22:49:38.759Z (3 months ago)
- Language: C++
- Homepage: http://thinkst.com/tools/cr-gpg/
- Size: 9.52 MB
- Stars: 154
- Watchers: 14
- Forks: 9
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
## Cr-GPG:
A chrome plugin that enables gpg encryption and decryption for the gmail web interface.
Download it from [here](http://thinkst.com/tools/cr-gpg/)A brief tutorial can be found [at](http://blog.thinkst.com/2011/09/chrome-extension-for-gpg-in-gmail.html)
## Known Issues:
We have had users report issues with certain versions of mountain lion.
If you encounter any issues please log an issue with as many details as
possible to aid us in fixing this.## Using the extension :
Encrypting a message :
The extension is hopefully easy enough to use , open up a gmail
window to begin. To encrypt a new message use
the compose button as normal , but you will notice that there is
a encrypt link next to the Rich Formatting link.Clicking the button will encrypt the message that you are typing
with the public key for the current recepients. If they are not
found in your local pc keyring a error message will be displayed.If no recepients or message is enterd a error message will be
displayed.Decrypting a message :
Start of by clicking a email thread , this will show all mails
in that thread. Below each mail in the a Decrypt message link
will be shown.Clicking the link will prompt you for your passphrase with
which to decrypt the message, a error will be show if no
valid gpg data can be found or if the passphrase is incorrect.## Building the Extension :
Follow the intrsuction @ https://github.com/RC1140/cr-gpg/wiki/Compiling-extension-manually-(Linux)
to build a custom version of the plugin , this is required for linux where various
architectures require specific builds.## Debugging Extensions :
If you encounter a error or are unable to get the extension to run. Follow
the intstructions @ https://github.com/RC1140/cr-gpg/wiki/Debugging which
will allow you to find and fix any errors. This also assists when submitting
bug requests as it allows the developers to pin point a issue.