EnglishFrenchSpanish

Ad


OnWorks favicon

gpgmailtunlp - Online in the Cloud

Run gpgmailtunlp in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command gpgmailtunlp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


gpgmailtunl - Encrypts an email message into the body of another email.

SYNOPSIS


gpgmailtunl [options] --encrypt | --decrypt

DESCRIPTION


gpgmailtunl is a filter program that either encrypts an email message using the Gnu
Privacy Guard and sends it to another recipient or decrypt an email message and forwards
unencrypted to another destination.

It can be used to exchange emails across an open network betweeen two trusted systems.

TYPICAL USAGE


This program is intended to run from program like procmail or sendmail to create an email
tunnel between two systems. Of course this is not as secure as using gpg as an end user
program, it may be convenient in certain case.

ENCRYPTION


To encapsulates an email within another you pipe the message to gpgmailtunl.

OPTIONS
GetOptions( \%opt, "encrypt", "decrypt", "sign", "secret-file=s", "from=s",
"to=s", "subject=s", "homedir=s", "local-user=s", "recipient=s", )
or usage;

to This is the address to which the encrypted message will be sent. This is the only
required fields.

recipient
This sets the keyid that will be used to encrypt the outgoing message. If unset,
gpgmailtunl will try to find a key matching the to option.

subject
Sets the subject of the outgoing message. This defaults to "Encrypted mail".

from
Sets the From header line of the outgoing message which will contains the encrypted
one. sendmail will provides a default one if this is not set.

sign
If this option is used, the outgoing message will be signed. In this case you should
probably use to local-user and secret-file options.

secret-file
File from which the secret to unlock the private used to sign the message can be read.

local-user
The keyid of the user that should sign the outgoing message. The default user will be
used if not specified.

homedir
Sets an alternate gpg home directory. (This is where the keyrings are stored.)

DECRYPTION


To extract an email to be forwarded to the final user you pipe the encrypted email to
gpgmailtunl using the decrypt switch.

Once decrypted, the encapsulated email message will be sent to the original destinator of
the message.

OPTIONS
homedir
Sets an alternate gpg home directory. (This is where the keyrings are stored.)

secret-file
File from which the secret to unlock the private used to decrypt the message can be
read.

Use gpgmailtunlp online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad