password: Random Password Generator

Description Usage Arguments Details Author(s) Examples

View source: R/password.R

Description

Generates a password consisting of a random set of characters. Passwords are generated in a way that prevents any more than two consecutive characters to be typed by the same hand.

Usage

1
password(length = 8, max.to.num = length - 1, use.num = TRUE)

Arguments

length

Character length of the password.

max.to.num

maximum number of characters that may be selected before choosing a numeric character.

use.num

Logical, determines if numeric characters may be used.

Details

At present, special (punctuation) characters and capital letters are not among the sampled characters.

Author(s)

Benjamin Nutter

Examples

1

nutterb/junkyard documentation built on May 24, 2019, 10:51 a.m.