open_vPGPv】的更多相关文章

加密 // create an instance of the library PGPLib pgp = new PGPLib(); // Import the main company public key pgp.AddMasterKey(@"xx.asc"); // after the encryption the output file will be encrypted with two keys pgp.EncryptFile(@"input.txt",…