Browse Source

choose your digest wisely

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277674 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
97e550ce79
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      docs/manual/CoreTasks/checksum.html

+ 13
- 0
docs/manual/CoreTasks/checksum.html View File

@@ -13,6 +13,19 @@
Generates checksum for files. This task can also be used to
perform checksum verifications.
</p>

<p>Note that many popular message digest functions - including MD5 and
SHA-1 - have been broken recently. If you are going to use the task
to create checksums used in an environment where security is
important, please take some time to investigate the algorithms offered
by your JCE provider. Note also that some JCE providers like the one
by <a href="http://www.bouncycastle.org/">The Legion of the Bouncy
Castle</a>, the <a href="http://www.gnu.org/software/gnu-crypto/">GNU
project</a> or <a
href="http://jce.iaik.tugraz.at/products/01_jce/index.php">the
Technical University Graz</a> offer more digest algorithms than those
built-in into your JDK.</p>

<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">
<tr>


Loading…
Cancel
Save