Skip to content
Snippets Groups Projects
Unverified Commit 341d1c5a authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3118581 by kiamlaluno: The documentation for Crypt::randomBytesBase64()...

Issue #3118581 by kiamlaluno: The documentation for Crypt::randomBytesBase64() is wrong about the output length

(cherry picked from commit d2d8fc93)
(cherry picked from commit 192a49e9)
parent b1d19673
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,8 @@ public static function hashEquals($known_string, $user_string) {
* The number of random bytes to fetch and base64 encode.
*
* @return string
* The base64 encoded result will have a length of up to 4 * $count.
* A base-64 encoded string, with + replaced with -, / with _ and any =
* padding characters removed.
*
* @see \Drupal\Component\Utility\Crypt::randomBytes()
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment