|
In both of the examples we've looked at, GPG encrypts the file (my-file.txt) and produces a similarly named file (my-file.gpg) as output. This new output file is an encrypted ... To encrypt your file and produce an ASCII Armored file as the output, use the --armor option. Remember that options precede commands.
|
www.spywarewarrior.com/uiuc/gpg/gpg-com-4.htm
www.spywarewarrior.com/uiuc/gpg/gpg-com-4.htm
|
|
|
|
3.1.2 Commands to select the type of operation ... --multifile This modifies certain other commands to accept multiple files for processing on the command line or read from STDIN with each filename on a separate line. This allows for many files ... Next: OpenPGP Key Management, Previous: General GPG Commands, Up: GPG Commands...
|
www.gnupg.org/documentation/manuals/gnupg/Operational-G...
www.gnupg.org/documentation/manuals/gnupg/Operational-GPG-Commands.html
|
|
|
Next: Operational GPG Commands, Up: GPG Commands ... 3.1.1 Commands not specific to the function ... --dump-options Print a list of all available options and commands. Note that you cannot abbreviate this command.
|
www.gnupg.org/documentation/manuals/gnupg/General-GPG-C...
www.gnupg.org/documentation/manuals/gnupg/General-GPG-Commands.html
|
|
Author: John Lavin - created with KPresenter...
|
wayreth.net/presentations/gpg/html/slide_5.html
wayreth.net/presentations/gpg/html/slide_5.html
|
|
gpg --version; Find out what version of GPG you have installed (2) ... gpg --gen-key; Create a new key pair (3) ... gpg --armor --output "KEY.txt" --export "YOUR-NAME"; Export your public key to a text file KEY.txt (3)
|
faculty.ecpi.edu/gdorton/courses/cis410/Labs/crypto/GPG...
faculty.ecpi.edu/gdorton/courses/cis410/Labs/crypto/GPGCommands.htm
|
|
QAIX > Java Programming > echo problem when escaping gpg commands 21 June 2000 01:54:30 ... I'm having difficulty piping input into the gpg command. The line below works because echo only has one line to output. $last_line = exec("echo \"blue\" | gpg -a -e ", $out_ary, $cmd_retun); As soon as I try to echo a variable...
|
qaix.com/java-programming/171-628-echo-problem-when-esc...
qaix.com/java-programming/171-628-echo-problem-when-escaping-gpg-commands-read.shtml
|
|
> I've been trying for some time now to decrypt with GPG from inside vb .net; > to no avail. my normal decrypt command goes something like ... He might want to look at that library though -- it's a good blue print for working with the ProcessInfo for complicated external commands. I know I learned a lot from it!
|
www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-general/266...
www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-general/26614/execute-gpg-commands-in-dotnet
|
|
Atom 'Smasher' atom at suspicious.org ; Wed Jul 21 06:11:14 CEST 2004 ... Next message: gpg: conflicting commands ... Messages sorted by: [ date ] Search Engine Optimization [ subject ] [ author ]
|
seo.xon.us/lists/021163.html
|
|
Key management commands ... Esoteric commands ... To encrypt a plaintext file with the recipient's public key: gpg -e -r recipient_userid textfile...
|