Skip to content
Snippets Groups Projects
Commit b8dbdd89 authored by Helmut Hummel's avatar Helmut Hummel Committed by Susanne Moog
Browse files

[TASK] Remove unnecessary usage of the encryption key

The encryption key should not be used within a single hash function,
but only by using hmac if needed.
For cache busting, using the encryption key is not needed at all
so we remove it.

Releases: master
Resolves: #68365
Related: #68133
Change-Id: I5c87008f0b733dab2c13fbc224f0ff6fd5e4b199
Reviewed-on: http://review.typo3.org/41701


Reviewed-by: default avatarSebastian Michaelsen <michaelsen@t3seo.de>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarSusanne Moog <typo3@susannemoog.de>
Tested-by: default avatarSusanne Moog <typo3@susannemoog.de>
parent 7475bc0f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment