-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FireGPG #1
Comments
I need to do a lot of documentation. the basic premise here is not to be a product but to offer an implementation / prototype for browser vendors to consider adding this as a standard feature. I wanted to start with the tiniest kernel of functionality. |
We might want to join our efforts? See http://github.com/AlexanderWillner/GPGMail_Mobile/wiki/Introduction |
I would be happy to help - the focus I have right now is on Firefox as all of the code i am writing depends on NSS - which is also used by Chrome, however, I do not think the NSS libs are exposed like in Firefox, which has jsctypes. The nice thing about my efforts are that all of the crypto happens in a very fast C-based implementation, which is exposed to JS via jsctypes. My extension then exposes that (privileged code) to content JS. |
My point of view:
|
I am really not too concerned about supporting all browsers. What I'd rather do is provide a robust prototype in firefox that is a great model for other browsers to follow. |
Nice idea, thank you. What about creating a wiki and explaining the difference to FireGPG (http://getfiregpg.org/s/home)? Or maybe you want to revamp FireGPG instead?
The text was updated successfully, but these errors were encountered: