Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Two-Way Password Encryption

by sschneid (Deacon)
on May 07, 2003 at 14:38 UTC ( [id://256216]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Crypt::CBC;
    
    ...
    );
    
    print $cgi->header (-type => 'text/html', -cookie => $cookie);
    
  2. or download this
    use Crypt::CBC;
    
    ...
    my $auth = $cipher->decrypt($cookie);
    
    # Send the $auth to the LDAP server...
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://256216]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-19 23:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found