rleet: Random Hacker Handle Generation

Description Usage Arguments Value See Also Examples

Description

A random generator for l33t hacker handles.

Usage

1
2
rleet(case.type = "alternating", sub.type = "simple", leetness = 0.4,
  include.unicode = FALSE)

Arguments

case.type

String that determines the kind of casing to give the input handle. Choices are "lower", "upper", "unchanged", "random", and "alternating", and do basically exactly what they sound like.

sub.type

String that determines the kind of character substitutions

leetness

Heuristic between 0 and 1 (inclusive) that determines how often character substitutions (e.g., a to @) will take place.

include.unicode

Logical; determines if unicode substitutions should be allowed.

Value

A leet hacker handle, for optimal gibson hacking.

See Also

leetify

Examples

1
hackR::rleet()

wrathematics/hackR documentation built on May 4, 2019, 9:49 a.m.