summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-05-01 19:31:32 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-05-01 19:31:32 +0200
commit84c42bcc329a10325c846c6f46d580750bc39853 (patch)
tree27c5f2432ecda8a9de30319390ba38a9a78715d3 /templates
parent1c58fa7c64843b2655152aed48d0c3dcaa2e28c2 (diff)
downloadaCms-84c42bcc329a10325c846c6f46d580750bc39853.tar.gz
aCms-84c42bcc329a10325c846c6f46d580750bc39853.tar.bz2
replace sha1 with crypto++ SHA-256
Diffstat (limited to 'templates')
-rw-r--r--templates/master.tmpl7
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/master.tmpl b/templates/master.tmpl
index 8db6b6a..118e114 100644
--- a/templates/master.tmpl
+++ b/templates/master.tmpl
@@ -23,9 +23,10 @@
<li><a href="http://project-strus.net">Strus</a><br/>a collection of C++ libraries for building a full-text search engine</li>
<li><a href="http://cppcms.com/wikipp/en/page/main">CppCMS</a><br/>a C++ web programming framework</li>
<li><a href="http://brokestream.com/captcha.html"</li>libcaptcha</a><br/>a C standalone Captcha generator</li>
- <li><a href="http://libb64.sourceforge.net/"</li>libb64</a><br/>a BASE64 encoder/decoder library</li>
- <li><a href="http://sourceforge.net/projects/libquickmail/"</li>libquickmail</a><br/>a library to send emails</li>
- <li><a href="http://www.packetizer.com/security/sha1/"</li>sha1</a><br/>a SHA1 implementation</li>
+ <li><a href="http://libb64.sourceforge.net/"</li>libb64</a><br/>a C++ BASE64 encoder/decoder library</li>
+ <li><a href="http://sourceforge.net/projects/libquickmail/">libquickmail</a><br/>a C++ library to send emails</li>
+ <li><a href="http://www.cryptopp.com/">Crypto++</a><br/>a C++ crypto library</li>
+ <li><a href="http://bitwiseshiftleft.github.io/sjcl/">SJCL</a><br/>the Stanford Javascript Crypto Library</li>
</ul>
</div>