GPG components
| tGPGDecrypt | Calls the gpg -d command to decrypt a GnuPG-encrypted file and saves the decrypted file in the specified directory. |
| tPGPDecrypt | Decrypts or validates an encrypted file using OpenPGP and stores the decrypted or validated file in a specified directory. The key algorithms supported includes RSA, EIGamal, DSA, ECDH, ECDSA, and EdDSA. |
| tPGPEncrypt | Encrypts or signs a file using OpenPGP and stores the encrypted or signed file in a specified directory. The key algorithms supported includes RSA, EIGamal, DSA, ECDH, ECDSA, and EdDSA. |