Skip to content

refactor: Add a more secure way to generate a random string

Gary Holtz requested to merge 7578-gmh-strengthen-randomstring into main

Description

As mentioned in #7578 (closed), math/rand uses a predictable random source which wouldn't be great for cryptography.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap

Closes #7578 (closed)

Edited by Gary Holtz

Merge request reports

Loading