Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 642 Bytes

2024-09-18-changed-usages-of-hash-algo-md5-to-xxh128.md

File metadata and controls

14 lines (12 loc) · 642 Bytes
title issue author author_email author_github
Changed usages of hash algo md5 to xxh128
NEXT-38371
tinect
s.koenig@tinect.de
tinect

Core

  • Changed usages of hash algo md5 to xxh128 in several places
  • Changed the Kernel cache hash generation to not hash plugin data which gets hashed again and removed the substr of data
  • Added a Util class to generate hashes, defaulting to use xxh128
  • Changed hash algo for cache key generation from sha256 to use new util class with default xxh128 in \Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator and \Shopware\Core\Framework\Adapter\Twig\ConfigurableFilesystemCache