• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

AUTHORSH A D06-Jun-199931 21

BUGSH A D06-Jun-1999416 148

COPYINGH A D19-Jan-199917.6 KiB341281

ChangeLogH A D06-Jun-19992.4 KiB7751

INSTALLH A D06-Jun-19992.3 KiB7045

INSTALL.genericH A D06-Jun-19997.6 KiB183143

LICENSEH A D06-Jun-1999815 2114

Makefile.amH A D05-Jun-1999299 116

Makefile.inH A D06-Jun-199910 KiB362274

NEWSH A D06-Jun-1999531 3316

OBUGSH A D06-Jun-1999596 1710

READMEH A D06-Jun-19991.5 KiB4429

THANKSH A D06-Jun-1999341 117

TODOH A D01-Jun-1999149 113

VERSIONH A D06-Jun-19995 21

acconfig.hH A D25-Feb-199960 54

aclocal.m4H A D06-Jun-19995.1 KiB161141

argvfactory.cH A D06-Jun-19994.8 KiB16460

argvfactory.hH A D06-Jun-19991.2 KiB4413

config.h.inH A D06-Jun-19991.1 KiB5033

configureH A D06-Jun-199965.7 KiB2,1831,736

configure.inH A D02-Jun-19992.6 KiB11081

debug.hH A D06-Jun-19991.1 KiB3811

defaultkey.cH A D06-Jun-19995.1 KiB161104

defaultkey.hH A D06-Jun-1999989 314

guessarmortype.cH A D06-Jun-19993 KiB10543

guessarmortype.hH A D06-Jun-19991.2 KiB399

includes.hH A D06-Jun-19991.5 KiB6733

install-shH A D19-Jan-19995.5 KiB252153

main.cH A D06-Jun-19995 KiB195127

missingH A D19-Jan-19996.1 KiB191154

mkinstalldirsH A D19-Jan-1999722 4123

mygetopt.cH A D27-May-19992.7 KiB12068

mygetopt.hH A D27-May-19991.1 KiB368

pgpopts.cH A D06-Jun-199941.4 KiB1,378976

pgpopts.hH A D06-Jun-19991.6 KiB6233

stamp-h.inH A D06-Jun-19990

support.cH A D06-Jun-19991.6 KiB7239

README

1
2                         pgpgpg - Version 0.13
3                       =========================
4
5    Pgpgpg  is  a  wrapper arround Gnu Privacy Guard which takes PGP 2.6
6command  line  options,  translate them and then call GnuPG (Gnu Privacy
7Guard) to perform the desired action.
8
9    PGP and GnuPG are encryption programms with high security encryption
10engines.  However,  PGP is available without a fee but is not realy free
11software.  GnuPG  on  the  other  hand  is  realy free software and have
12additionally features but have a different command line syntax then PGP.
13
14    The  goal  of pgpgpg is to plug in a command line syntax in front of
15GnuPG equal to PGP 2.6.
16
17    Pgpgpg  is  free  software  and  protected by the Gnu General Public
18License. Pgpgpg is written by Michael Roth <mroth@gnupg.org>.
19
20    To  run pgpgpg you need GnuPG (The GNU Privacy Guard). Find out more
21about GnuPG on http://www.gnupg.org/
22
23
24Documentation
25-------------
26    However, until now this README is the only documentation. But if you
27familiar with PGP 2.6, using pgpgpg should be straight forward. For news
28and updates look at http://www.nessie.de/mroth/pgpgpg/
29
30
31Installation
32------------
33    You will find detailed instructions about how to compile and install
34pgpgpg in the file named INSTALL.
35
36
37Testing and Bug-Hunting
38-----------------------
39    If  you  have  problems  using pgpgpg you could try to run configure
40with  the  "--enable-debug"  option and rebuild pgpgpg. With this option
41their will be some hints on stderr which could help you and me.
42
43
44