Codebase list libcryptx-perl / 9404452
Fix a mistyped module name Tom Hukins 8 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
123123
124124 B<BEWARE:> This module implements just elementary "one-block-(en|de)cryption" operation - if you want to
125125 encrypt/decrypt generic data you have to use some of the cipher block modes - check for example
126 L<Crypt::Mode::CBC|Crypt::Mode::CBC>, L<Crypt::Mode::CBC|Crypt::Mode::CTR> or L<Crypt::CBC|Crypt::CBC> (which will be slower).
126 L<Crypt::Mode::CBC|Crypt::Mode::CBC>, L<Crypt::Mode::CTR|Crypt::Mode::CTR> or L<Crypt::CBC|Crypt::CBC> (which will be slower).
127127
128128 =head1 METHODS
129129
212212
213213 =cut
214214
215 __END__
215 __END__