diff --git a/docs/manual/CoreTasks/checksum.html b/docs/manual/CoreTasks/checksum.html index 5f7497198..cc57548c4 100644 --- a/docs/manual/CoreTasks/checksum.html +++ b/docs/manual/CoreTasks/checksum.html @@ -27,6 +27,14 @@ href="http://jce.iaik.tugraz.at/products/01_jce/index.php">the Technical University Graz offer more digest algorithms than those built-in into your JDK.

+

+Warning: the case of the extension is that of the algorithm used. +If you ask for "SHA1", you get a .SHA1 extension; if you ask for "sha1", you +get a file ending in .sha1. The Java Crypto Engines are case-insensitive +in matching algorithms, so choose a name to match your desired output extension, +or set the fileext attribute. +

+

Parameters