paste.script.util.secret
Create random secrets.
paste.script.util.secret.
secret_string
Returns a random string of the given length. The string is a base64-encoded version of a set of random bytes, truncated to the given length (and without any newlines).