![]() |
![]()
| ![]() |
![]()
NAMEAuthen::SASL::SASLprep - A Stringprep Profile for User Names and Passwords (RFC 4013) SYNOPSISuse Authen::SASL::SASLprep; $output_query = saslprep $input; $output_stored = saslprep $stored; DESCRIPTIONThis module implements the SASLprep specification, which describes how to prepare Unicode strings representing user names and passwords for comparison. SASLprep is a profile of the stringprep algorithm. FUNCTIONSThis module implements a single function, "saslprep", which is exported by default.
AUTHORClaus Färber <CFAERBER@cpan.org> LICENSECopyright 2009-2016 Claus Färber. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSOUnicode::Stringprep, RFC 4013 <http://www.ietf.org/rfc/rfc4013.txt>
|