Skip to content
Snippets Groups Projects
Commit 5bc1aed1 authored by Christian Futterlieb's avatar Christian Futterlieb Committed by Oliver Hader
Browse files

[FEATURE] Add a CSPRNG

* Add a simple API for generation of random bytes, integers and
  hex-strings: Crypto\Random
* Deprecate the methods GeneralUtility::generateRandomBytes() and
  GeneralUtility::getRandomHexString()
* Replace occurrences of the deprecated methods

Change-Id: If4d6daa00138eac791954a4fd9a4fc26a79ddf07
Resolves: #73050
Releases: master
Reviewed-on: https://review.typo3.org/46507


Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
Tested-by: default avatarOliver Hader <oliver.hader@typo3.org>
parent 56069733
Showing
with 259 additions and 176 deletions
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