Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Blüm <marius@lineone.io>2018-08-02 23:56:09 +0300
committerJos Poortvliet <jos@opensuse.org>2018-08-05 00:29:20 +0300
commit4448e2a4aa39aaa3bab45065ae836276d9184dec (patch)
tree04130e088ac7cb9e3bb8bf977efccca08e6dadeb /page-endtoend.php
parent0b2948ecbb6db867f07f5dfe81a0cee873db6d4a (diff)
two endtoend-papercuts
Diffstat (limited to 'page-endtoend.php')
-rw-r--r--page-endtoend.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/page-endtoend.php b/page-endtoend.php
index f87d757d..990e4380 100644
--- a/page-endtoend.php
+++ b/page-endtoend.php
@@ -133,7 +133,7 @@
<input type="hidden" name="segmentId" value="12">
<input class="mail revealOnScroll" type="text" name="email" maxlength="80" placeholder="Enter your email"></label> <input class="button button--large revealOnScroll" type="submit" value=" Get the white paper "></p>
</form>
- <small><?php echo $l->t('Find the technical design (RFC) of our solution on');?> <a class="hyperlink" href="https://github.com/nextcloud/end_to_end_encryption_rfc">github.</a></small>
+ <small><?php echo $l->t('Find the technical design (RFC) of our solution on');?> <a class="hyperlink" href="https://github.com/nextcloud/end_to_end_encryption_rfc">GitHub</a>.</small>
</div>
</div>
<img class="responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/endtoend-thumbnail-banner.png"/>
@@ -190,7 +190,7 @@
<p class="section--paragraph revealOnScroll">
<ul>
<li class="revealOnScroll"><i class="fa-check fa"></i> <?php echo $l->t('Security properties: Never leak directory structure, filenames or file content to the server. Encrypt folders so only legitimate recipients have access, data integrity is guaranteed and authenticity can be proven. Optional central data recovery key should be possible. Users should be warned if in use.');?></li>
- <li class="revealOnScroll"><i class="fa-check fa"></i> <?php echo $l->t('Use widely available and tested libraries for crypto primitives, available for iOS 9+, Android 6.0+, Mac OS X 10.9+, Windows 7+, Linux and PHP 7.0+.');?></li>
+ <li class="revealOnScroll"><i class="fa-check fa"></i> <?php echo $l->t('Use widely available and tested libraries for crypto primitives, available for iOS 9+, Android 6.0+, macOS 10.9+, Windows 7+, Linux and PHP 7.0+.');?></li>
<li class="revealOnScroll"><i class="fa-check fa"></i> <?php echo $l->t('Sharing on folder-level granularity must be possible to individual users. No passwords should need to be exchanged for sharing. Key exchange should be auditable. Adding devices should be easy and new devices should have access to all previously encrypted data.');?></li>
<li class="revealOnScroll"><i class="fa-check fa"></i> <?php echo $l->t('The protocol needs to support versioning in case of future changes to metadata or crypto handling. Design should support a hardware security module, giving strong authentication, tamper-resistance and a complete audit trail.');?></li>
</ul>