PGPEncryptDecrypt.EncryptFile(@"C:\test\test.txt", @"C:\test\test.txt.pgp", @"C:\test\abc_public.asc", false, true); PGPEncryptDecrypt.Decrypt(@"C:\test\test.txt.pgp", @"C:\test\xyz.asc", "hello@2022", @"C:\test\test_app.txt");
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)