Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
updated jQuery and fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yahesh committed Jun 7, 2021
1 parent e66720f commit 9f7b78d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.28b0 (2021-06-07)

* updated jQuery to version 3.6.0
* fixed typo on howto page
* updated README to introduced maintenance information
* updated README to opt out of Google FLoC by default

# 0.27b0 (2020-07-16)

* introduced `IMPRINT_TEXT` to change the default text of the imprint link
Expand Down
2 changes: 1 addition & 1 deletion pages/how/get.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<p>When using the password-protection feature, the secret is encrypted locally in your browser using AES-256-CTR. The encryption key is derived from the entered password and a dynamically generated salt using the PBKDF2-SHA-256 algorithm. The password-protection feature is implemented using client-side JavaScript. Please beware that a compromised server may serve you JavaScript code that defeats the purpose of the local encryption. If you do not trust the server that provides the secret sharing service, then encrypt your secret with a locally installed application before sharing it.</p>

<h3>Shell example.</h3>
<p>You can use the following shell command to encrypt a message and by compatible with the browser-based encryption. You will need the additional tool <a href="http://manpages.ubuntu.com/manpages/en/man1/nettle-pbkdf2.1.html">nettle-pbkdf2</a> for this:<br />
<p>You can use the following shell command to encrypt a message and be compatible with the browser-based encryption. You will need the additional tool <a href="http://manpages.ubuntu.com/manpages/en/man1/nettle-pbkdf2.1.html">nettle-pbkdf2</a> for this:<br />
<pre>MESSAGE="message to encrypt" &&
PASSWORD="password" &&
VERSION="00" &&
Expand Down
2 changes: 1 addition & 1 deletion template/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- footer -->
</div>

<script src="/vendors/jquery/jquery.min.js?<?php print($cache_value); ?>" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" type="text/javascript"></script>
<script src="/vendors/jquery/jquery.min.js?<?php print($cache_value); ?>" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" type="text/javascript"></script>
<script src="/vendors/bootstrap/js/bootstrap.min.js?<?php print($cache_value); ?>" integrity="sha256-nuL8/2cJ5NDSSwnKD8VqreErSWHtnEP9E7AySL+1ev4=" type="text/javascript"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions vendors/jquery/jquery.min.js

Large diffs are not rendered by default.

0 comments on commit 9f7b78d

Please sign in to comment.