Help for this page

Select Code to Download


  1. or download this
    `sudo pgp -e test_san.dat 0x57A59396`;
    `sudo chown sann test_san.dat.pgp`;
    `sudo chgrp sanu test_san.dat.pgp`;
    
  2. or download this
    system("sudo pgp -e test_san.dat 0x57A59396 >/dev/null");
    system("sudo chown sann test_san.dat.pgp");
    system("sudo chgrp sanu test_san.dat.pgp");