Description Usage Arguments Examples
Takes a password dump file as input and generates a pipal
-like report.
1 | analyzePasswordDump(file, output = "~/ripal-output.txt")
|
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) |
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")'
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.