-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (28 loc) · 1.89 KB
/
index.html
File metadata and controls
36 lines (28 loc) · 1.89 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
<!DOCTYPE html>
<html>
<head>
<title>Cryptodog, a community fork of the original Cryptocat</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" href="logo-128.png" type="image/png">
</head>
<body>
<div id="header">
<a href="/">
<img src="logo-128.png" width="64" height="64">
Cryptodog
</a>
</div>
<p>Cryptodog is a community-developed fork of the original Cryptocat browser extension, which was <a href="https://web.archive.org/web/20160225040533/https://crypto.cat/">discontinued in February 2016</a>.</p>
<h2>Warning</h2>
<p>Cryptodog is experimental software. <b>Do not use Cryptodog if you have a critical need for secure messaging.</b> Instead, use <a href="https://signal.org">Signal</a>.</p>
<h2>Usage</h2>
<p>The recommended way to run Cryptodog is via our <a href="https://chrome.google.com/webstore/detail/cryptodog/blnkmmamdbladdaaddkjbecbphngeiec">Chrome</a> extension. Using our browser extension ensures you always have the official, most recent version.</p>
<p>If you just want to test out Cryptodog, we have a <a href="https://cryptodog.github.io">client hosted on GitHub Pages</a>.</p>
<h2>Bugs</h2>
<p>Bug reports are welcome! If you find a bug in Cryptodog, please open an issue <a href="https://github.com/Cryptodog/cryptodog/issues">on GitHub</a>.</p>
<p>If you believe the issue has a security impact, we would appreciate <i>coordinated disclosure</i>. Please email us at <a href="mailto:security@crypto.dog">security@crypto.dog</a>.</p>
<h2>Contact</h2>
General queries should be sent to <a href="mailto:contact@crypto.dog">contact@crypto.dog</a>.
</body>
</html>