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

Re: Perl & Java -- Can they keep a secret?

by sgifford (Prior)
on Nov 17, 2003 at 08:48 UTC ( [id://307603]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Math::TrulyRandom;
    my $seed = truly_random_value();
    srand($seed);
    my $randbytes = join("",map {int(rand(10))} (0..16));
    my $challenge = join(".",time,$$,$randbytes);
    
  2. or download this
    use Digest::MD5 qw(md5_base64);
    $digest = md5_base64($challenge.$password);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-24 06:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found