Help for this page

Select Code to Download


  1. or download this
    my $session1 = crypt rand, 'XX';
    my $session2 = crypt rand, 'AA';
    
  2. or download this
    my $session - crypt time, "XX";
    
  3. or download this
    my $rawID = time . ( toNum( $userID ) % toNum( $password ) +
                toNum( $ENV{REMOTE_ADDR} ) % $ENV{REMOTE_PORT} );
    
    my $sessionID = crypt $rawID, "PY";