home *** CD-ROM | disk | FTP | other *** search
- -----BEGIN PGP SIGNED MESSAGE-----
-
-
- PGP 2.6ui Amiga version
- =======================
-
- assembled by mathew <mathew@mantis.co.uk>
- Amiga version by Peter Simons <simons@peti.GUN.de>
-
-
- Bonn, 2nd November 1994
-
-
- Welcome to the wonderful world of PGP 2.6ui! If you're new to PGP, you
- might have trouble understanding what I am talking about in this file and
- I'd suppose you read the user manual first and come back to this readme
- file later.
-
- Well, let's start with some basic explainations. MIT have released what
- they call version 2.6.1 of PGP. Unlike PGP 2.3a, it uses the RSAREF
- library. This has a number of ramifications:
-
- 1. _Generating_ keys is limited to 1024 bits. It understands larger keys,
- though.
-
- 2. You must agree to the RSAREF license.
-
- 3. MIT PGP 2.6.1 is not publicly and widely available outside the USA
- and Canada, because RSAREF falls under ITAR export restrictions.
-
- Worse, MIT's PGP 2.6.1 has been deliberately crippled, so that it will
- produce encoded data which PGP 2.3a cannot decode.
-
- This is an unofficial release of PGP based on 2.3a, modified for
- interoperability with MIT's PGP 2.6.1. The following changes have been
- made:
-
- * This version of PGP will read encoded data produced by both MIT PGP
- 2.6.1 and PGP 2.3a.
-
- * You can choose to write data either in the "new" format used by MIT PGP
- 2.6.1, or in the old PGP 2.3a format. To do this, use the command line
- switch +version_byte=3 for MIT PGP 2.6.1 format, or +version_byte=2 for
- PGP 2.3a format (the default).
-
- You can also specify a line like:
-
- version_byte = 3
-
- in your config.txt file.
-
- This version does *not* have any time-bomb code in it. If you want to
- switch version byte like MIT PGP does, you'll have to do it manually.
- There's no advantage in doing so, unless you want it to look like you're
- running MIT PGP.
-
- * You can choose the version text which you want to have appear in ASCII
- armoured files. The default is 2.6, and if you're in the USA you
- probably don't want to change it, as a well known net.personality tends
- to harass people whose PGP armor says anything else.
-
- To change the version text, use a command line argument such as
- +armor_version=2.6ui or +armor_version=2.3 -- but please do try and use
- this feature responsibly, and don't go creating random version strings
- unnecessarily.
-
- You can also specify
-
- armor_version = 2.6ui
-
- or similar in your config.txt file.
-
- * This version of PGP displays and accepts 8 characters of the key ID.
- Hence there's less chance of two keys having the same visible ID.
-
- * A message has been added to the key generation section, reminding the
- user that MIT PGP 2.6.1 will only handle keys of 504 bits or larger.
-
- * The -w option wipes files with pseudo-random data, to try and
- ensure the file is wiped even if you're using a disk compressor.
- Note that this still isn't perfect, though
-
- Please note also that the random number generation requires a lot of
- time and will slow PGP notably down. If you do not use a disk
- compressor, you might want to switch this feature off and have all files
- wiped with normal data. You can do this by adding +SecureWipe=off to the
- command line or by specifying
-
- SecureWipe = off
-
- in your config.txt file.
-
- * Branko Lankester and Paul C Leyland's patches have been applied, so
- that newer key certification signatures automatically replace older
- ones.
-
- * Some keyservers were using a self-written utility to extract keys rather
- than calling PGP. This tool had a bug that caused the keys to be
- extracted without the full user ID and thus corrupting your keyring.
- This bug has been fixed. This version will recognize these keys and
- remove them from your keyring.
-
- * PGP 2.6ui will recognize both local and gloal (SET vs. SETENV) system
- variables. (Only available under OS 2.04 or later!)
-
- * the executable is pure and may be made resident
-
- * converted the documentation to AmigaGuide-format. Many thanks Jin S Choi
- for authoring the TexInfo style docs. (If you happen to find any bugs or
- formatting errors in the manual, please report them! I didn't read the
- whole manual again. :->)
-
- * added an Installer script (Thanks to Jacob Ellis!!)
-
- * Whenever PGP needs user input, it will check whether the current
- standard input is interactive. This will avoid infinite loops and
- crashed when started with "PGP -f <test". If the standard input is not
- interactive, PGP will pop up an requester asking for the string. This
- feature requires the reqtools.library by Nico Francois, available on the
- Aminet.
-
- * PGP is able to read its commandline from the shell! (Note: The Amiga
- version is the _only_ PGP version that has this capability. :->) Here's
- a brief description:
-
- | AmigaDOS supports only commandlines up to 512 characters. This is a
- | serious limitation for programs like PGP, where you may need very long
- | lines, especially when encrypting for several receivers.
- |
- | This module provides a nice way around the problem: You may call the
- | program with a filename, prefaced with the at ("@") and PGP will read
- | this file and use it's contents instead of the filename. Newlines
- | ("\n") in the file will be turned into blanks (" ").
- |
- | To encrypt a text for a few hundred persons, just write all their
- | addresses to a file like this:
- |
- | address1 address2 address3 [...] addressN
- |
- | or
- |
- | address1
- | address2
- | address3
- | address4
- | [...]
- | address9*10^255+1
- | address9*10^255+2
- |
- | and save it as, say, "T:addressfile". Now call PGP:
- |
- | PGP -ftesa @T:addressfile <infile >outfile
- |
- | Voila! :-)
- |
- |
- | If you want to use a parameter that starts with an at, you have to put
- | a '\' before the at or specify it in quotes:
- |
- | pgp -e filename "@peti.GUN.de"
- | pgp -e filename \@peti.GUN.de
- |
- | and the module will treat this as a normal parameter.
- |
- | If you want to load a file that contains blanks, you have to put the
- | _name_ into quotes:
- |
- | PGP -e filename @"weird file name"
-
- Thanks to Robert Knop for authoring a new __main.c file which can be
- distributed without violating SAS's copyright.
-
- * Users of earlier PGPAmiga versions should note that the config file has
- been renamed back to "config.txt" for various reasons, while PGPAmiga
- 2.3a and later used "pgp.config". I decided to stick with the standard
- name because the file is kept in a seperate directory anyway and it will
- keep the Amiga version interoperable with other platforms. Furthermore,
- the filename pgp.config is invalid on MS-DOS systems.
-
- * One last note: People on the net have been wondering about the way PGP
- handles clear-signed text and I want to draw your attention to this fact
- as it is not really described in the manual and could mean a serious
- security leak if you don't know it.
-
- What I am talking about is that PGP ignores the first paragraph
- following the "-----BEGIN PGP SIGNED MESSAGE-----" line, which
- introduces a clear-signed text. This is intended and is required for
- certain purposes, such as stating the version you're using, etc. As a
- consequence, it is possible for others to add text in the signed message
- _without_ breaking the signature.
-
- Of course this text will disappear when checking the signature with PGP,
- but some people do not check signatures but just read the text. Just
- look at this example:
-
- | -----BEGIN PGP SIGNED MESSAGE-----
- |
- | XYZ is a smart ass.
- |
- | Hi John,
- | [...]
- |
- | -----BEGIN PGP SIGNATURE-----
- | Version: 2.6ui (Amiga)
- |
- | iQCVAgUBLrfgWA9HL1s0103BAQHoqwQAvBlkskYShobXTCGcJMQkZIzgQhsd+giB
- | rvyaqk5cnAE8lBa097sIYA6oomY0Pg1O9iYfyLVUriOX8XjH5BWZeHEd6/KQmxAB
- | GTiKNAK471U4Or+HoivItPp4GnZvZqRTDtJioYNwF0hu+4IwC80NosNxxc67Uavr
- | FP2O5wUmIcU=
- | =t3CV
- | -----END PGP SIGNATURE-----
-
- You can't be sure whether all the lines are for real or not! "But hey,"
- you might say, "I thought PGP ignores only the first paragraph and
- there's definitely a blank line before this 'XYZ...' thing!"
-
- Right, but this must not necessarily be an empty line, it might contain
- a single blank or a tab or any other invisible character! Don't forget
- that! You should really feed the article into PGP and read the returned
- clear text rather than this version, otherwise the signature is worth
- nothing.
-
- An other idea to prevent people from adding stuff to your messages is to
- state where your text starts, like in this example:
-
- | ^^^ Anything above this line has been hacked! ^^^
- |
- | Hi John,
- | [...]
-
- and sign this.
-
- This release reports itself as 2.6ui. It's 2.6 because if it were
- called 2.3b, users would get confused as to whether 2.3b was compatible
- with MIT PGP 2.6, given the much smaller version number. I haven't
- called this version 2.7, because I have no wish to get involved in the
- kind of "version number war" which goes on between (say) Microsoft, IBM
- and Novell over DOS.
-
- The letters "ui" stand for Unofficial International release. It's an
- unofficial release in that it has not been approved by Philip
- Zimmermann.
-
- This version was assembled by mathew <mathew@mantis.co.uk> from the
- standard PGP 2.3a sources, and from source code patches obtained from
- the net. All patches were scrutinized carefully before being applied by
- hand. No binary patches were used.
-
- Thanks go to Alan Barrett <barrett@ee.und.ac.za>, Planar
- <Damien.Doligez@inria.fr> and Pr0duct Cypher for 2.6 information and
- interoperability patches. The key signature patches were by Paul C Leyland
- <pcl@black.ox.ac.uk> and Branko Lancaster <branko@suppnet1.support.nl>.
-
- If you used this version of PGP in the USA, and if you remembered to change
- version_byte to 3, your PGP messages would almost certainly be
- indistinguishable from ones produced using MIT PGP 2.6. That would be very
- naughty and devious, though, so don't do it.
-
- This release comes with several MD5 checksums and PGP signatures to
- guarantee it's validity (described later). Note that if the signature
- matches, that only really means that the files you have are the same as the
- ones I have; it doesn't mean that I guarantee this release of PGP works, or
- that I've examined it for cryptographic back doors. Naturally, you should
- only use this release of PGP if you think you can trust me, or if you've
- compared the source with 2.3a and compiled it yourself.
-
- If you have any patches to fix bugs or add features, feel free to mail them
- to me, and I'll consider adding them to any future release.
-
- Now, before you go on, you should validate whether all files are
- unmodified, use the md5sum utility together with the checksums appended to
- this text. Just type:
-
- contrib/md5sum/md5sum -cv readme.amiga
-
- and all files in the distribution will be checked. This file itself is
- signed with my secret key, so a simple
-
- PGP -ka readme.amiga
- PGP readme.amiga
-
- will check the integrity of this text, too.
-
- Okay, if all files reported as okay, you may start "Installer InstallPGP"
- and lean back to enjoy the show. :-) ATTENTION: If some files do not report
- as okay, please contact me immediately and state where you got the archive
- from, so I can check it for backdoors!
-
- If you want to receive the latest news on the Amige version of PGP, you
- might be interested in subscribing to the PGPAmiga mailing list running on
- my machine. All you have to do is to send an e-mail to
- PGPAmiga-request@peti.GUN.de and to put the keyword "ADD" into the message
- body. You may also specify the address you want to subscribe:
-
- ADD joe@doe.foobar.com
-
- You should receive notification from the ListSERV daemon whether the
- subscription succeeded or not within 24 hours. If you have any problems
- subscribing, please contact PGPAmiga-admin@peti.GUN.de.
-
- Sincerely,
-
- Peter Simons
-
-
-
-
- 16b8f20b84025d222027e664e6900ec8 *PGP-Install
- baf607e382d00b4ddeb566fa72ebe332 *PGP-Installer-Script
- d92628450cbf6633df7fac05eb637c36 *bin/config.txt
- 76400c36d5dc58cad39b17a1257cb6cd *bin/es.hlp
- 06d90ef1c0d8bfbde0eeac634e31715d *bin/fr.hlp
- 855a12f7b62bdf39e967d4c3eca65fb1 *bin/keys.asc
- c4d77578674cda13931c05c52fdd5eb7 *bin/language.txt
- 942dcee3edd21fcc658ca7116dbde952 *bin/PGP
- 86b473fefb36c56ea85ec5502072abe3 *bin/PGP.hlp
- f98f4e946ff0fcc7062b93c5a9c70717 *bin/PGP020
- 8ca43cbc842c2336e835926c2166c28b *doc/COPYING
- e4523c9b35cfd8be2289b167b2edcf91 *doc/keyserv.doc
- 042106c918c0ec9ba73ac666ba77e55b *doc/newfor22.doc
- 3bd01a58d2437a56ab70d74178a5be04 *doc/newfor23.doc
- 9900a1c8e72083393ba5cc6fb1ebeb9a *doc/pgformat.doc
- 7391e28c06b42e1b396f5372c7507e2a *doc/PGP.faq
- f87bf83e00863f5d66ada9d545899a27 *doc/pgpdoc1.guide
- 322beb2e1e269d33efaa0ae9800eebaa *doc/pgpdoc2.guide
- df7928fe4fd206f4656614ada4e81774 *doc/PGPNutshell.guide
- c8e28a0fee8a2a6231b038e30e74529e *doc/politic.doc
- d80e91e43baf3c979c3ebae4f70e749c *doc/readme.doc
- 2cc2524572f9ee38c4057937a09b7b00 *doc/setup.doc
- c63054e7efd5deb2b09680e45f79bb19 *contrib/AmigaELM/DecryptMsg
- 4390844406119c13254070bf85f0a9e8 *contrib/AmigaELM/EncryptMsg
- 28350d0bb028394f41354aa3a8daada9 *contrib/AmigaELM/RequestString
- 1e29466575af0c9d584eb5c21f60216e *contrib/AmigaELM/splitheadbody
- 73c7f61446c277eab86185977b5881a5 *contrib/CED/DecryptPGP.ced
- e851bb236dc9b6978675b9f316af8450 *contrib/CED/doPGP.ced
- 017a753636816dd8804fc6b3026bb696 *contrib/CED/EncryptPGP.ced
- 82471f0d3b0b6a84d5a9a02b7bc61ae7 *contrib/CED/EncypherPGP.ced
- bd35e9b819f0bbe21e7f3aa434e66c50 *contrib/CED/SignPGP.ced
- 773cd56b0ab34fc53e981ff8fcec57cf *contrib/GoldEd/PGP.ged
- 6f2a35ac204192333a6211855b5c0030 *contrib/GoldEd/PGP_GoldEd.lha
- 93e8bbf43605b8ceb631988538b72fda *contrib/languages/german.asc
- adf66292ba293b1227c86ea23698a006 *contrib/languages/language.txt_deutsch
- f7bda5cdd52d4c1bf2d1c28f6f98a156 *contrib/languages/language.txt_swedish
- 34d0ee57bd7fa4ab699c1c3c0a522eb7 *contrib/md5sum/md5sum
- ca8583a7799e01e38e5e2d5e22df5919 *contrib/md5sum/md5sum.doc
- 28d4fb6323854fa78c32df67382d177e *contrib/md5sum/md5sum.guide
- d2a85841d925356840138c309f2011b3 *contrib/md5sum/md5sum.texinfo
- eaedb43ecef34461de49fadfc84171b3 *contrib/md5sum/Readme.first
- fc1c9643aecc46a7c138320673bbbfd6 *contrib/PGPMore/PGPMore
- 655a930ece4f9b77eaafe25238bd17af *contrib/PGPSendMail/PGPSendmail
- 2f738404cfd14324780326a425e80765 *contrib/PGPSendMail/PGPSendmail.guide
- 8384f0ce72840f05d54ca9954a0d93a6 *contrib/StealthPGP/stealth1_0
- 1f948771c15c56244dcb0bf4dbb57113 *contrib/StealthPGP/stealth1_0.doc
- 107788ec46ef6ab9dbb190215f5b6f1a *contrib/md5sum/source/getopt.c
- 0aea4302dbd0b781f3965f26adb4a83a *contrib/md5sum/source/getopt.h
- 3e51da0ccff62cf16cf60df6d3afdeb3 *contrib/md5sum/source/md5.c
- 77b0683c3487e35d887959cf19f811f5 *contrib/md5sum/source/md5.h
- 4a6dafa2f6282430e65d4728a1303a53 *contrib/md5sum/source/md5sum.c
- 16cfdbb8551b5bff7f4639987fd9bfb5 *contrib/md5sum/source/smakefile
- 962e83e51b49c68ede4e4d450298dd04 *contrib/PGPMore/source/PGPMore.c
- 215fa037da9aca5fcbfdb6995739fa2d *contrib/PGPMore/source/PGPMore_rev.h
- 39fc9f3dc01d1dcb597d8349ca1cc61b *contrib/PGPMore/source/SCOPTIONS
- 0fc7735836ca9ff196e352120e152274 *contrib/PGPSendMail/source/expandalias.c
- 99bc8ffba18689009e0fb4c70c9287ac *contrib/PGPSendMail/source/pgpsendmail.c
- 3317efad810ebff00498cb7c076acd24 *contrib/PGPSendMail/source/pgpsendmail.h
- 07b07ec72601d6a7c8a047b4efa00a91 *contrib/PGPSendMail/source/pgpsendmail.texinfo
- 3dae40ffc39d00d079f4770c5508464f *contrib/PGPSendMail/source/pgpsendmail_rev.h
- 897316929176464ebc9ad085f31e7284 *contrib/PGPSendMail/source/pgpsendmail_rev.rev
- e71d575a39652d7adfd691798877c0b8 *contrib/PGPSendMail/source/protos.h
- 9c1b84ccf70e08e9a9b995784b458ae4 *contrib/PGPSendMail/source/rfcstuff.c
- ca45ebd15360237ae2ad66614b5f5058 *contrib/PGPSendMail/source/smakefile
- 5afc290a76808a61d465ba06023df46e *contrib/PGPSendMail/source/system.c
- 3d74deb80f88c507219c2f3fa9013f54 *contrib/PGPSendMail/source/TODO
- 947c2eb9814c6782f09e838a26a1bec9 *contrib/StealthPGP/source/SCOPTIONS
- 3650e7439da7a4ab263510ff542ee622 *contrib/StealthPGP/source/stealth1_0.c
-
-
- -----BEGIN PGP SIGNATURE-----
- Version: 2.6ui (Amiga)
-
- iQCVAgUBLrfkWw9HL1s0103BAQE3dwP+Nv74nzBy2CiBGbDlzmNVLCNu7pW8gxj2
- Gi5+lH1+0uRgE5DPxQGUlU9MgtYVjs9ddoq5TkN/0ECYFr1xSJm/YEVd9qeehQYX
- JwyZm2pZiw2jJzNFMiM2C70nS3aHSOLamwgFfWlFt3Joa0AIdGUVJCsbpzPnMHUZ
- tTkACDtGuXs=
- =To23
- -----END PGP SIGNATURE-----
- -----BEGIN PGP PUBLIC KEY BLOCK-----
- Version: 2.6ui (Amiga)
-
- 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
- =jzk6
- -----END PGP PUBLIC KEY BLOCK-----
-