diff --git a/about.html b/about.html index 035e1a1a23105a6d5dd29d5baf4673ce11debd07..21aa22364a050cb92296a90e631cdcc0b77f9203 100644 --- a/about.html +++ b/about.html @@ -62,7 +62,7 @@ <p><strong>Ernir Erlingsson</strong> has been building mobile applications on multiple platforms for over a decade. He is a full stack developer, and an avid supporter of open-source software, with a keen interest in theoretical computer science and algorithms.</p> - <p>Briar has received funding from <a href="http://smallmediafoundation.com/">Small Media</a>, the <a href="https://openitp.org/">Open Internet Tools Project</a>, <a href="https://accessnow.org/">Access</a> and the <a href="https://www.opentech.fund">Open Technology Fund</a>.</p> + <p>Briar has received funding from <a href="https://smallmedia.org.uk/">Small Media</a>, the <a href="https://openitp.org/">Open Internet Tools Project</a>, <a href="https://accessnow.org/">Access</a> and the <a href="https://www.opentech.fund">Open Technology Fund</a>.</p> <p>To contact the team, please email <a href="mailto:contact@briarproject.org">contact@briarproject.org</a> [<a href="keys/contact.asc">PGP key</a>].</p> diff --git a/css/styles.css b/css/styles.css index afba8346f1bed8e697605511ce9d5f1577ca9f9f..03369fcd73edefa3324ed70f2f017268aef1152c 100644 --- a/css/styles.css +++ b/css/styles.css @@ -341,6 +341,21 @@ figcaption { white-space:nowrap; } +#content.news a { + font-weight: normal; +} + +#content #screenshots { + display: flex; + flex-wrap: nowrap; + overflow-x: auto; +} + +#content #screenshots a img { + width: 200px; + margin: 15px; +} + #sublist a.selected {color:#C1392B;} .intro { diff --git a/download.html b/download.html index abca26299b68a6bbedfb0703a35d9df117c770c3..ad58f90354a8a83650a8fe201ff28d5f3388998a 100644 --- a/download.html +++ b/download.html @@ -48,9 +48,9 @@ <div id="container"> <div id="content"> <div class="full"> - <h2>Coming Soon</h2> + <h2>Public Beta</h2> - <p>Briar for Android is currently in private beta and will be available for download soon. If you'd like to be informed when the app is available, please <a href="https://lists.sourceforge.net/lists/listinfo/briar-announce">join the announcement mailing list</a>.</p> + <p>Briar for Android is currently in <a href="news/2017-beta-released-security-audit.html">public beta</a> and is available for download <a href="https://play.google.com/store/apps/details?id=org.briarproject.briar.beta">from Google Play</a>. If you'd like to be informed when the final app is available, please <a href="https://lists.sourceforge.net/lists/listinfo/briar-announce">join the announcement mailing list</a>.</p> <p>If you're interested in getting involved or following the progress of the project, please <a href="https://lists.sourceforge.net/lists/listinfo/briar-devel">join the development mailing list</a> or email <a href="mailto:contact@briarproject.org">contact@briarproject.org</a> [<a href="keys/contact.asc">PGP key</a>].</p> diff --git a/img/architecture-simple.png b/img/architecture-simple.png new file mode 100644 index 0000000000000000000000000000000000000000..7684ffa825fcbfa87534beee5db3468550ca5e7d Binary files /dev/null and b/img/architecture-simple.png differ diff --git a/img/phone.gif b/img/phone.gif index a4df5ae879a7ac3bdda69a3f530962088b6dcb85..98458e026a5f79b12e7405a918d1df127c62486c 100644 Binary files a/img/phone.gif and b/img/phone.gif differ diff --git a/index.html b/index.html index f69e0fc4ad1bb7f8255cd176f57c2f0207ae35a8..2e7b46933ee0759dbd3e9c016cfd9dde240976fd 100644 --- a/index.html +++ b/index.html @@ -54,6 +54,13 @@ <img src="img/phone.gif" class="phone" alt="Screenshots"/> </div> + <p> + <strong>Latest News:</strong> + <a href="news/2017-beta-released-security-audit.html"> + Public Beta Released and Security Audit Passed + </a> + </p> + <ul id="introlist"> <li>Peer-to-peer encrypted messaging and forums</li> <li>Messages are stored securely on your device, not in the cloud</li> diff --git a/news/2017-beta-released-security-audit.html b/news/2017-beta-released-security-audit.html new file mode 100644 index 0000000000000000000000000000000000000000..7c7f30268245f117e49e930dc21cec002d8d9fb4 --- /dev/null +++ b/news/2017-beta-released-security-audit.html @@ -0,0 +1,122 @@ +<!DOCTYPE html> +<html> +<head> + <title>Briar - Darknet Messenger Releases Beta, Passes Security Audit</title> + <meta charset="utf-8" /> + <meta name="description" content="Secure messaging, anywhere"/> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" type="text/css" href="../css/styles.css" /> +</head> +<body id="2017-beta"> + +<div id="wrapper"> + <div id="header_container"> + <div id="header"> + <a href="index.html"><div id="logo"><img src="../img/briar_logo_large.png" alt="Briar" class="logo"/></div></a> + <div id="nav"> + <div id="signupform"></div> + <label for="menu-toggle"><img src="../img/menu.png"></label> + <input type="checkbox" id="menu-toggle"/> + <ul id="menu"> + <li><a href="../index.html" id="indexnav">Home</a></li> + <li><a href="../download.html" id="downloadnav">Download</a></li> + <li><a href="../how-it-works.html" id="hownav">How it Works</a></li> + <li><a href="../about.html" id="aboutnav">About Us</a></li> + <li><a href="../get-involved.html" id="involvednav">Get Involved</a></li> + </ul> + </div> <!-- nav --> + </div> <!-- header --> + </div> <!-- header_container --> + + <div id="container"> + <div id="content" class="news"> + <h4>Press Release</h4> + <h2>Darknet Messenger Releases Beta, Passes Security Audit</h2> + <h5>July, 17 2017<!-- TODO --></h5> + + <p> + After extensive private beta tests, the first public beta of Briar was <a href="https://play.google.com/store/apps/details?id=org.briarproject.briar.beta">released today</a>. + Briar is a secure messaging app for Android. + </p> + <p> + Unlike other popular apps, Briar does not require servers to work. + It connects users directly using a <strong>peer-to-peer network</strong>. + This makes it resistant to censorship and allows it to work even without internet access. + </p> + <p> + The app encrypts all data end-to-end and also <strong>hides metadata</strong> about who is communicating. + This is the <a href="https://blog.grobox.de/2016/briar-next-step-of-the-crypto-messenger-evolution/">next step in the evolution of secure messaging</a>. + No communication ever enters the public internet. + Everything is sent via the <a href="https://www.torproject.org">Tor anonymity network</a> or local networks. + </p> + <p> + With today's beta release, the Briar team also publishes the results of an <strong>independent security audit</strong> + (<a href="../raw/BRP-01-report.pdf">PDF</a>). + It was performed by <a href="https://cure53.de">Cure53</a> who are known for their audits of SecureDrop, Cryptocat and Dovecot. + Six testers took a total of thirteen days to look for flaws in Briar's cryptographic protocols and code. + In their report, they state "<i>the quality and readability of the app’s source code was rather exceptional</i>" + and highlight "<i>a good understanding of vulnerability patterns and threats</i>". + All the issues found by the audit have been addressed in this beta release. + The report concludes that Briar "<i>is able to offer a <strong>good level of privacy and security</strong>. + In other words, the Briar secure messenger can be recommended for use.</i>" + </p> + <p> + Briar's development team is looking for feedback on today's beta release. + You can submit your feedback anonymously through the app + or publicly in the project's <a href="https://code.briarproject.org/akwizgran/briar/issues">issue tracker</a>. + Before the final release, changes to the peer-to-peer protocol are expected, + so users will not be able to migrate their accounts to the final version. + For security reasons, their <strong>accounts and data will expire</strong> with the beta. + </p> + + <h3>Media</h3> + + <div id="screenshots"> + <a href="../raw/screenshots/00_password.png"><img src="../raw/screenshots/00_password.png"/></a> + <a href="../raw/screenshots/01_nav_drawer.png"><img src="../raw/screenshots/01_nav_drawer.png"/></a> + <a href="../raw/screenshots/02_contact_list.png"><img src="../raw/screenshots/02_contact_list.png"/></a> + <a href="../raw/screenshots/03_private_messages.png"><img src="../raw/screenshots/03_private_messages.png"/></a> + <a href="../raw/screenshots/04_private_group.png"><img src="../raw/screenshots/04_private_group.png"/></a> + <a href="../raw/screenshots/05_blog.png"><img src="../raw/screenshots/05_blog.png"/></a> + <a href="../raw/screenshots/06_forum.png"><img src="../raw/screenshots/06_forum.png"/></a> + </div> + + <img src="../img/architecture-simple.png" style="width:100%;"/> + + <h3>About Briar</h3> + <p> + Briar is a messaging app designed for activists, journalists, and anyone else who needs a safe, easy and robust way to communicate. + Unlike traditional messaging tools such as email, Twitter or Telegram, Briar doesn't rely on a central server - messages are synchronized directly between the users' devices. + If the internet's down, Briar can sync via Bluetooth or Wi-Fi, keeping the information flowing in a crisis. + If the internet's up, Briar can sync via the Tor network, protecting users and their relationships from surveillance. + </p> + <p> + Briar has received funding from <a href="https://smallmedia.org.uk">Small Media</a>, + the <a href="https://openitp.org/">Open Internet Tools Project</a>, + <a href="https://accessnow.org/">Access</a> + and the <a href="https://www.opentech.fund">Open Technology Fund</a>. + </p> + + <h3>Contact</h3> + <p>Torsten Grote <<a href="mailto:t@grobox.de">t@grobox.de</a>> [<a href="https://grobox.de/gpg/0x74DCA8A36C52F833.asc">PGP key</a>]</p> + <p>Michael Rogers <<a href="mailto:contact@briarproject.org">contact@briarproject.org</a>> [<a href="../keys/contact.asc">PGP key</a>]</p> + <p><a href="https://twitter.com/BriarApp">@BriarApp</a></p> + </div> + </div> <!-- container --> + +</div> <!-- wrapper --> + +<div class="clearboth"></div> + +<div id="footer_container"> + <div id="footer"> + <ul> + <li><a href="../copyright.html">Copyright</a></li> + <li><a href="../privacy.html">Privacy</a></li> + <li>Site design by Reflective Spaces</li> + </ul> + </div> <!-- footer --> +</div> <!-- footer_container --> + +</body> +</html> diff --git a/raw/BRP-01-report.pdf b/raw/BRP-01-report.pdf new file mode 100644 index 0000000000000000000000000000000000000000..939aab8b371443b6d54ccc7fbc2b74d1bbd114e1 Binary files /dev/null and b/raw/BRP-01-report.pdf differ diff --git a/raw/screenshots/04_private_group.png b/raw/screenshots/04_private_group.png index 139f8e1a65276b8c9f2c3a10e340abdd2c21e095..653702293c4497396f6ba545a5f48f866f7e5ef6 100644 Binary files a/raw/screenshots/04_private_group.png and b/raw/screenshots/04_private_group.png differ