forked from openpgpjs/openpgpjs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
130 lines (124 loc) · 7.18 KB
/
index.html
File metadata and controls
130 lines (124 loc) · 7.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="The OpenPGP.js project aims to provide an Open Source OpenPGP library in JavaScript." />
<title>OpenPGP.js | OpenPGP JavaScript Implementation</title>
<link rel="stylesheet" media="all" href="./css/style.css" type="text/css">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
</head>
<body>
<header id="title">
<img src="images/icon_openpgpjs.png" style="float:left;" alt="OpenPGP.js Logo" title="OpenPGP.js" />
<h1>OpenPGP.js</h1>
<p>OpenPGP JavaScript Implementation.</p>
</header>
<p><br /><br /></p>
<section class="block">
<h2>Abstract</h2>
<p>
This project aims to provide an Open Source OpenPGP library in JavaScript so it can be used on virtually every device.
Instead of other implementations that are aimed at using native code, OpenPGP.js is meant to bypass this requirement (i.e. people will not have to install gpg on their machines in order to use the library).
The idea is to implement all the needed OpenPGP functionality in a JavaScript library that can be reused in other projects that provide browser extensions or server applications.
It should allow you to sign, encrypt, decrypt, and verify any kind of text - in particular e-mails - as well as managing keys.
</p>
</section>
<section class="block">
<h2>Download / Contact</h2>
<div class="logo-list">
<a href="https://github.com/openpgpjs/openpgpjs/blob/master/README.md#getting-started" title="Download OpenPGP.js" target="_blank">
<img class="logo" id="logo-jslib" alt="js logo" title="Download OpenPGP.js" src="./images/logo_js.png">
</a>
<a href="https://twitter.com/openpgpjs" title="Twitter" target="_blank">
<img class="logo" id="logo-twitter" alt="twitter" title="Twitter" src="./images/twitter.png">
</a>
</div>
</section>
<section class="block">
<h2>Resources</h2>
<ul>
<li><a href="https://github.com/openpgpjs/openpgpjs" target="_blank">Source code</a>
<li><a href="https://github.com/openpgpjs/openpgpjs/blob/master/README.md#getting-started" target="_blank">Getting started</a>
<li><a href="openpgpjs/doc/" target="_blank">API documentation</a>
<li><a href="https://github.com/openpgpjs/openpgpjs/issues" target="_blank">GitHub issues</a>
<li><a href="https://github.com/openpgpjs/openpgpjs/wiki" target="_blank">Wiki</a>
</ul>
</section>
<section class="block">
<h2>Support us</h2>
<h3>Donate code</h3>
<div style="padding-left:1em">
<a href="https://github.com/openpgpjs/openpgpjs" title="GitHub" target="_blank">
<img class="logo" id="logo-github" alt="github" title="GitHub" src="./images/octocat.png">
</a>
</div>
<br>
<h3>Donate money</h3>
<ul id="donate" style="padding-left:1em">
<li>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="4Z6RK8W6UEJUG">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1">
</form>
</li>
</ul>
</section>
<section class="block">
<h2>Gold Members / Supporters</h2>
<div class="logo-list" style="margin-top:0">
<a href="https://www.globaleaks.org" title="Globaleaks" target="_blank">
<img style="width:5em; margin-bottom:0.25em; margin-right:1em;" id="logo-globaleaks" alt="globaleaks logo" title="Globaleaks" src="./images/logo_globaleaks.png">
</a>
<a href="https://hoodiecrow.com" title="Hoodiecrow" target="_blank">
<img style="width:6em; margin-bottom:-0.5em; margin-right:1em;" id="logo-hoodiecrow" alt="hoodiecrow logo" title="Hoodiecrow" src="./images/logo_hoodiecrow.png">
</a>
<a href="https://www.mailvelope.com" title="Mailvelope" target="_blank">
<img class="logo" id="logo-mailvelope" alt="mailvelope logo" title="Mailvelope" src="./images/logo_mailvelope.png">
</a>
<a href="https://protonmail.com/" title="ProtonMail" target="_blank">
<img style="width:7em; margin-bottom:-1em; margin-right:1em; " id="logo-protonmail" alt="protonmail logo" title="ProtonMail" src="./images/logo_protonmail.png">
</a>
</div>
</section>
<section class="block">
<h2>Who else is using OpenPGP.js</h2>
<div class="logo-list">
<a href="https://chrome.google.com/webstore/detail/mymail-crypt-for-gmail/jcaobjhdnlpmopmjhijplpjhlplfkhba" title="Google Chrome Extension Mymail-Crypt" target="_blank">
<img class="logo" id="logo-chrome-mymail" alt="chrome logo" title="Google Chrome Extension Mymail-Crypt" src="./images/logo_chrome.png">
</a>
<a href="https://github.com/qnrq/rc_openpgpjs/" title="Roundcube Plugin" target="_blank">
<img class="logo" id="logo-roundcube" alt="roundcube logo" title="Roundcube Plugin" src="./images/logo_roundcube.png">
</a>
<a href="http://project.openudc.org/" title="Universal Digital Currencies" target="_blank">
<img class="logo" id="logo-udc" alt="udc logo" title="Universal Digital Currencies" src="./images/logo_openudc.png">
</a>
<a href="https://encrypt.to" title="Encrypt To" target="_blank">
<img class="logo" id="logo-encrypto" alt="encrypto logo" title="encrypt.to uses OpenPGP.js to encrypt messages and send via Rails backend" src="./images/logo_encrypto.png">
</a>
<a href="http://pawelgorny.com/PGpgp/" title="PGpgp" target="_blank">
<img class="logo" id="logo-pgpgp" alt="PGpgp logo"
title="PGpgp offers encryption/decryption of the messages using PGP on a BlackBerry" src="./images/logo_pgpgp.png">
</a>
<a href="https://chrome.google.com/webstore/detail/pgp-anywhere/cdlcdnmhcodhagbmljapgbjdimjckilb" title="PGP Anywhere" target="_blank">
<img class="logo" id="logo-pgpanywhere" alt="PGP Anywhere"
title="Encrypt and decrypt PGP on the go" src="./images/logo_pgpanywhere.png">
</a>
<a href="https://www.passbolt.com" title="Passbolt" target="_blank">
<img class="logo" id="logo-passbolt" alt="Passbolt logo"
title="Open source password manager for teams" src="./images/logo_passbolt.png">
</a>
<a href="https://cryptonomica.net" title="Cryptonomica" target="_blank">
<img class="logo" id="logo-cryptonomica" alt="Cryptonomica logo"
title="Cryptonomica" src="./images/cryptonomica.sticker.128px.png">
</a>
</div>
</section>
<section class="block">
<h2>Architecture</h2>
<p><img style="width:90%; max-width:70em;" src="images/overview.png" alt="OpenPGP.js overview" /></p>
</section>
</body>
</html>