rndPassWord {CMO} | R Documentation |
Creates a random password either in plain text or hexadecimal coding style.
rndPassWord(nchar = 50, seemsHex = FALSE)
nchar |
Length of password to be created. |
seemsHex |
Boolean depicting wether hexadecimal coding is preferred. |
A random generated password.
Christian Montel
rndPassWord(nchar=20,seemsHex=TRUE)