File Coverage

lib/CtrlO/Crypt/XkcdPassword/Wordlist/eff_short_2_0.pm
Criterion Covered Total %
statement 14 14 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 19 19 100.0


line stmt bran cond sub pod time code
1             package CtrlO::Crypt::XkcdPassword::Wordlist::eff_short_2_0;
2 1     1   750 use strict;
  1         3  
  1         39  
3 1     1   5 use warnings;
  1         2  
  1         35  
4 1     1   5 use utf8;
  1         2  
  1         6  
5 1     1   45 use 5.010;
  1         3  
6              
7 1     1   5 use base 'WordList';
  1         2  
  1         155  
8              
9             # ABSTRACT: word list for CtrlO::Crypt::XkcdPassword based on eff_short_2_0_wordlist.txt
10              
11             our $VERSION = '1.011'; # VERSION
12              
13              
14             'correct horse battery staple';
15              
16             =pod
17              
18             =encoding UTF-8
19              
20             =head1 NAME
21              
22             CtrlO::Crypt::XkcdPassword::Wordlist::eff_short_2_0 - word list for CtrlO::Crypt::XkcdPassword based on eff_short_2_0_wordlist.txt
23              
24             =head1 VERSION
25              
26             version 1.011
27              
28             =head1 DESCRIPTION
29              
30             Subclass of L providing the a word list for
31             CtrlO::Crypt::XkcdPassword based on EFF's short word list (with words
32             that have unique three-character prefixes)
33              
34             Please see L for the API if ever need to use this word list
35             in another context.
36              
37             =head2 Wordlist source
38              
39             =over
40              
41             =item * L
42              
43             =item * Please read L for the pros and cons of using this or other wordlists provided by EFF.
44              
45             =back
46              
47             =head1 AUTHOR
48              
49             Thomas Klausner
50              
51             =head1 COPYRIGHT AND LICENSE
52              
53             This software is copyright (c) 2018 - 2021 by Thomas Klausner.
54              
55             This is free software; you can redistribute it and/or modify it under
56             the same terms as the Perl 5 programming language system itself.
57              
58             =cut
59              
60             __DATA__