首页
Python
Java
IOS
Andorid
NodeJS
JavaScript
HTML5
【
open_vPGPv
】的更多相关文章
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",…