diff --git a/favicon.ico b/favicon.ico new file mode 100755 index 0000000..b5d5f0c Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..b20cbb8 --- /dev/null +++ b/index.html @@ -0,0 +1,36 @@ + + + + Cryptodog, a community fork of the original Cryptocat + + + + + + + +

Cryptodog is a community-developed fork of the original Cryptocat browser extension, which was discontinued in February 2016.

+ +

Warning

+

Cryptodog is experimental software. Do not use Cryptodog if you have a critical need for secure messaging. Instead, use Signal.

+ +

Usage

+ +

The recommended way to run Cryptodog is via our Chrome and Firefox extensions. Using our browser extension ensures you always have the official, most recent version.

+ +

If you just want to test out Cryptodog, we have a client hosted on GitHub Pages.

+ +

Bugs

+

Bug reports are welcome! If you find a bug in Cryptodog, please open an issue on GitHub.

+ +

If you believe the issue has a security impact, we would appreciate coordinated disclosure. Please email us at security@crypto.dog.

+ +

Contact

+ General queries should be sent to contact@crypto.dog. + + diff --git a/logo-128.png b/logo-128.png new file mode 100644 index 0000000..106a66c Binary files /dev/null and b/logo-128.png differ diff --git a/security.html b/security.html new file mode 100644 index 0000000..3b0046f --- /dev/null +++ b/security.html @@ -0,0 +1,26 @@ + + + + Security | Cryptodog + + + + + +

Security Caveats

+

Cryptodog is experimental software. It is suitable for educational and casual purposes only.

+ +

Do not use Cryptodog if you have a critical need for anonymity and privacy. This includes journalists, sources, activists, and citizens of oppressive countries.

+ +

Technical

+ +

Cryptodog is based on version 2.2.2 of Cryptocat. The vast majority of changes are UI-related; neither the client cryptography nor server backend have been modified. However, this does not preclude Cryptodog from introducing vulnerabilities not present in Cryptocat.

+ +

For further details regarding Cryptodog's security model, see the Cryptocat Wiki.

+ + diff --git a/style.css b/style.css new file mode 100644 index 0000000..231ad5d --- /dev/null +++ b/style.css @@ -0,0 +1,36 @@ +body { + background-color: #EEEEEE; + margin: 40px auto; + max-width: 65%; + line-height: 1.6; + font-size: 17px; + color: #444; + padding: 0 10px; + font-family: sans-serif; + text-rendering: optimizeLegibility; +} + +h1, h2, h3 { + line-height: 1.2; +} + +a { + text-decoration: none; +} + +.indent { + text-indent: 1em; +} + +#header { + font-size: 30px; +} + +#header a { + color: #444 +} + +#header img { + vertical-align: middle; +} +