pwGen: Generate Passwords

View source: R/pwGen.R

pwGenR Documentation

Generate Passwords

Description

Generates a password based on a desired number of digits and a random seed.

Usage

pwGen(ndigits, seed = 123, master = NULL)

Arguments

ndigits

Desired number of digits as integer.

seed

See set.seed

master

Path to .mk master file for static password creation.

Value

A password.

Author(s)

Tim Appelhans

See Also

set.seed.

Examples

pwGen(4, seed = as.numeric(Sys.Date()))


environmentalinformatics-marburg/Rsenal documentation built on July 28, 2023, 6:09 a.m.