validation/safe_temp_name_utils library

Safe temp-file naming (randomized, collision-resistant) — roadmap #694.

Functions

safeTempName({int length = 12}) String
Returns a short, unpredictable alphanumeric string suitable for temp file names. Backed by Random.secure so names cannot be guessed.