Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    my $passw = "birthday";
    print crypt($passw,"SALT");
    
  2. or download this
    AuthName "Clients/jtrue"
    AuthType Basic
    AuthUserFile /home/latitude38productions/.htpasswd
    Require valid-user