Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # serverfork.pl - a server that forks a child
    ...
    my $ciphertext = $cipher->encrypt($in);
    print($new_sock $ciphertext);
    }
    
  2. or download this
    #!/usr/bin/perl
    # use IO::Socket;
    ...
        }
        close $sock;
    }
    
  3. or download this
    wmp@innocence:~/ISS/iss/daemon$ ./server.pl
    Ciphertext does not begin with a valid header for 'salt' header mode a
    +t ./server.pl line 48
    wmp@innocence:~/ISS/iss/daemon$