From: Jarkko Hietaniemi Date: Tue, 11 Mar 2003 06:09:05 +0000 (+0000) Subject: Missed some, cryptically. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2c818685e5add67d864761f5d48269de7512a49d;p=p5sagit%2Fp5-mst-13.2.git Missed some, cryptically. p4raw-id: //depot/perl@18908 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index a6f5771..ae4e93f 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -857,7 +857,7 @@ cryptography. (For that, see your nearby CPAN mirror.) When verifying an existing encrypted string you should use the encrypted text as the salt (like C). This allows your code to work with the standard C +$crypted>). This allows your code to work with the standard L and with more exotic implementations. In other words, do not assume anything about the returned string itself, or how many bytes in the encrypted string matter. @@ -893,7 +893,7 @@ their own password: Of course, typing in your own password to whoever asks you for it is unwise. -The C function is unsuitable for encrypting large quantities +The L function is unsuitable for encrypting large quantities of data, not least of all because you can't get the information back. Look at the F and F directories on your favorite CPAN mirror for a slew of potentially useful