Description Usage Arguments Value Examples
Symmetric file encryption using GPG. The encrypt
function defaults to
the strongest cryptographic flags available for GPG.
1 2 3 4 |
input |
A character string of the file name you wish to encrypt. |
output |
A character string of the file name that will be created. The default is to create a file with the same name (with an additional |
passphrase |
A character string of the passphrase used to decrypt the encrypted file. WARNING: use this to bypass the more secure option of GPG's passphrase popup box. WARNING: the passphrase may be saved in the script as cleartext, saved in the terminal history in cleartext, and/or available in the list of processes in cleartext. The default value is |
compress |
A character string of the methods of compression. Possible values are |
keyid |
The key that has to be used when signing and encrypting the file. Default is |
cipher |
A character string of the encryption algorithm. Possible values are |
armor |
|
mdc |
|
s2k.mode |
An integer |
s2k.digest |
A character string of the digest algorithm used to mangle passphrases. Possible values are |
s2k.count |
An integer between |
verbosity |
An integer |
An encrypted file.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.