Thread PBoard Passwörter (9 answers)
Opened by pktm at 2008-08-18 00:19

renee
 2008-08-21 11:26
#113796 #113796
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Aus PBoard::Sub :
Code (perl): (dl )
1
2
3
4
5
sub EncryptPassword {
    my( $password, $username ) = @_;
    #    require Digest::MD5;
    return &Digest::MD5::md5_hex( $password . lc( $username ) );
} 
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread PBoard Passwörter