analyzePasswordDump: Analyze a password dump file and generate a report

Description Usage Arguments Examples

Description

Takes a password dump file as input and generates a pipal-like report.

Usage

1
analyzePasswordDump(file, output = "~/ripal-output.txt")

Arguments

file

the name of the file which the passwords are to be read from.

output

the name of the file to generate the report into (defaults to ~/ripal-output.txt)

Examples

1
2
3
4
5
# from within code
analyzePasswordDump("singles.org.txt", "~/singles-report.txt")

# from the commmand line
R -q -e 'ripal::analyzePasswordDump("/usr/share/text/singles.org.txt", "~/reports/singles-rpt.txt")'

ddsbook/ripal documentation built on May 15, 2019, 1:53 a.m.