diff --git a/docs/manual/CoreTasks/checksum.html b/docs/manual/CoreTasks/checksum.html index 90e294108..172cbc8da 100644 --- a/docs/manual/CoreTasks/checksum.html +++ b/docs/manual/CoreTasks/checksum.html @@ -13,6 +13,19 @@ Generates checksum for files. This task can also be used to perform checksum verifications.

+ +

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 The Legion of the Bouncy +Castle, the GNU +project or the +Technical University Graz offer more digest algorithms than those +built-in into your JDK.

+

Parameters