| Authen-SASL-SASLprep documentation | view source | Contained in the Authen-SASL-SASLprep distribution. |
Authen::SASL::SASLprep - A Stringprep Profile for User Names and Passwords (RFC 4013)
use Authen::SASL::SASLprep; $output = saslprep $input;
This 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.
This module implements a single function, saslprep, which is exported by default.
Processes $input according to the SASLprep specification and
returns the result.
If $input contains characters not allowed for SASLprep, it
throws an exception (so use eval if necessary).
This function currently supports preparation for query strings only.
Claus Färber <CFAERBER@cpan.org>
Copyright © 2009 Claus Färber.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Authen-SASL-SASLprep documentation | view source | Contained in the Authen-SASL-SASLprep distribution. |