Help for this page

Select Code to Download


  1. or download this
    /usr/bin/gpg -ea --always-trust -r user\@domain.com
    
  2. or download this
    $encStr = `echo $plainStr | /usr/bin/gpg -ea --always-trust -r ken\@ra
    +ndys.com`;
    
  3. or download this
    #!/usr/bin/perl
            use CGI("param");
    ...
    print "Encrypted String = $encStr";
    
    print "\n</body>\n</html>";