Help for this page

Select Code to Download


  1. or download this
    $dataFile = '/opt/ExportedPGPKeys/SampleData.txt';
    $isEncrypted = `pgp -ea +batchmode $dataFile @sys`;
    
    print " The output value is $isEncrypted \n";