rndPassWord {CMO}R Documentation

Create a random password

Description

Creates a random password either in plain text or hexadecimal coding style.

Usage

rndPassWord(nchar = 50, seemsHex = FALSE)

Arguments

nchar Length of password to be created.
seemsHex Boolean depicting wether hexadecimal coding is preferred.

Value

A random generated password.

Author(s)

Christian Montel

Examples

rndPassWord(nchar=20,seemsHex=TRUE)

[Package CMO version 1.02 Index]