Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 14.04 KB
MD5: 0bffb2dfcfae2c0206a702bf6440017a
SHA-1: 65ba3bcae8485eb4ef6390b195f368c88121e5d9
SHA-256: 61a3cf55984b21005e0607fa556a1c5f42e90d53e0add6c1ba3a7bfc0ccc8bff
Download zip 16.93 KB
MD5: 73a70128b60ce12d3fcb3442e961ebd8
SHA-1: 95885561a6217fb2c936091962a03757614905a8
SHA-256: 8f57cb8b08d9197afd44c19cecc7a5b81eafdcb43b63ab190db30d025df1caa8

Release notes

  • Improve error handling for edge cases on PHP 8 (e.g. ValueError thrown if directory not found or not accessible)
  • #3088648: Add SHA-512 to list of available hashing algorithms: Add support for the SHA-224, SHA-384, SHA-512/224, SHA-512/256, SHA-512, SHA3-224, SHA3-256, SHA3-384 and SHA3-512 hash algorithms (previously only MD5, SHA-1 and SHA-256 were supported). Of these, SHA-512/256 is best in terms of performance on typical hardware and security against attacks.
  • #3259960: Support BLAKE2b hash algorithm: Add support for the BLAKE2b-128, BLAKE2b-160, BLAKE2b-224, BLAKE2b-256, BLAKE2b-384 and BLAKE2b-512 hash algorithms (RFC 7693), which offer superior performance on typical hardware. BLAKE2b-512 is the default option generated by the b2sum command-line utility. These hash algorithms require the Sodium PHP extension (or paragonie/sodium_compat package).
  • Add "Clean up" UI at admin/config/media/filehash/clean to remove disabled hash algorithm database columns; e.g. if the MD5 algorithm is not enabled, the md5 column will be dropped from the filehash table.
Created by: mfb
Created on: 25 Jan 2022 at 02:14 UTC
Last updated: 27 Jan 2022 at 20:16 UTC
New features
Unsupported

Other releases