getRandomSecret

fun getRandomSecret(requiredLength: Int = 10, charPool: List<Char> = defaultCharPool): String(source)
fun getRandomSecret(requiredLength: Int = 10, vararg additionalLengths: Int, separator: String = "-", charPool: List<Char> = defaultCharPool): String(source)