home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / misc / PGPAmi26ui.lha / PGPAmiga / README.amiga < prev   
Encoding:
PGP Message  |  1994-11-02  |  20.8 KB  |  464 lines

  1. -----BEGIN PGP SIGNED MESSAGE-----
  2.  
  3.  
  4.                             PGP 2.6ui Amiga version
  5.                             =======================
  6.  
  7.                     assembled by mathew <mathew@mantis.co.uk>
  8.                 Amiga version by Peter Simons <simons@peti.GUN.de>
  9.  
  10.  
  11.                                                     Bonn, 2nd November 1994
  12.  
  13.  
  14. Welcome to the wonderful world of PGP 2.6ui! If you're new to PGP, you
  15. might have trouble understanding what I am talking about in this file and
  16. I'd suppose you read the user manual first and come back to this readme
  17. file later.
  18.  
  19. Well, let's start with some basic explainations. MIT have released what
  20. they call version 2.6.1 of PGP. Unlike PGP 2.3a, it uses the RSAREF
  21. library. This has a number of ramifications:
  22.  
  23.  1. _Generating_ keys is limited to 1024 bits. It understands larger keys,
  24.     though.
  25.  
  26.  2. You must agree to the RSAREF license.
  27.  
  28.  3. MIT PGP 2.6.1 is not publicly and widely available outside the USA
  29.     and Canada, because RSAREF falls under ITAR export restrictions.
  30.  
  31. Worse, MIT's PGP 2.6.1 has been deliberately crippled, so that it will
  32. produce encoded data which PGP 2.3a cannot decode.
  33.  
  34. This is an unofficial release of PGP based on 2.3a, modified for
  35. interoperability with MIT's PGP 2.6.1. The following changes have been
  36. made:
  37.  
  38.  * This version of PGP will read encoded data produced by both MIT PGP
  39.    2.6.1 and PGP 2.3a.
  40.  
  41.  * You can choose to write data either in the "new" format used by MIT PGP
  42.    2.6.1, or in the old PGP 2.3a format. To do this, use the command line
  43.    switch +version_byte=3 for MIT PGP 2.6.1 format, or +version_byte=2 for
  44.    PGP 2.3a format (the default).
  45.  
  46.    You can also specify a line like:
  47.  
  48.        version_byte = 3
  49.  
  50.    in your config.txt file.
  51.  
  52.    This version does *not* have any time-bomb code in it. If you want to
  53.    switch version byte like MIT PGP does, you'll have to do it manually.
  54.    There's no advantage in doing so, unless you want it to look like you're
  55.    running MIT PGP.
  56.  
  57.  * You can choose the version text which you want to have appear in ASCII
  58.    armoured files. The default is 2.6, and if you're in the USA you
  59.    probably don't want to change it, as a well known net.personality tends
  60.    to harass people whose PGP armor says anything else.
  61.  
  62.    To change the version text, use a command line argument such as
  63.    +armor_version=2.6ui or +armor_version=2.3 -- but please do try and use
  64.    this feature responsibly, and don't go creating random version strings
  65.    unnecessarily.
  66.  
  67.    You can also specify
  68.  
  69.       armor_version = 2.6ui
  70.  
  71.    or similar in your config.txt file.
  72.  
  73.  * This version of PGP displays and accepts 8 characters of the key ID.
  74.    Hence there's less chance of two keys having the same visible ID.
  75.  
  76.  * A message has been added to the key generation section, reminding the
  77.    user that MIT PGP 2.6.1 will only handle keys of 504 bits or larger.
  78.  
  79.  * The -w option wipes files with pseudo-random data, to try and
  80.    ensure the file is wiped even if you're using a disk compressor.
  81.    Note that this still isn't perfect, though
  82.  
  83.    Please note also that the random number generation requires a lot of
  84.    time and will slow PGP notably down. If you do not use a disk
  85.    compressor, you might want to switch this feature off and have all files
  86.    wiped with normal data. You can do this by adding +SecureWipe=off to the
  87.    command line or by specifying
  88.  
  89.       SecureWipe = off
  90.  
  91.    in your config.txt file.
  92.  
  93.  * Branko Lankester and Paul C Leyland's patches have been applied, so
  94.    that newer key certification signatures automatically replace older
  95.    ones.
  96.  
  97.  * Some keyservers were using a self-written utility to extract keys rather
  98.    than calling PGP. This tool had a bug that caused the keys to be
  99.    extracted without the full user ID and thus corrupting your keyring.
  100.    This bug has been fixed. This version will recognize these keys and
  101.    remove them from your keyring.
  102.  
  103.  * PGP 2.6ui will recognize both local and gloal (SET vs. SETENV) system
  104.    variables. (Only available under OS 2.04 or later!)
  105.  
  106.  * the executable is pure and may be made resident
  107.  
  108.  * converted the documentation to AmigaGuide-format. Many thanks Jin S Choi
  109.    for authoring the TexInfo style docs. (If you happen to find any bugs or
  110.    formatting errors in the manual, please report them! I didn't read the
  111.    whole manual again. :->)
  112.  
  113.  * added an Installer script (Thanks to Jacob Ellis!!)
  114.  
  115.  * Whenever PGP needs user input, it will check whether the current
  116.    standard input is interactive. This will avoid infinite loops and
  117.    crashed when started with "PGP -f <test". If the standard input is not
  118.    interactive, PGP will pop up an requester asking for the string. This
  119.    feature requires the reqtools.library by Nico Francois, available on the
  120.    Aminet.
  121.  
  122.  * PGP is able to read its commandline from the shell! (Note: The Amiga
  123.    version is the _only_ PGP version that has this capability. :->) Here's
  124.    a brief description:
  125.  
  126.    | AmigaDOS supports only commandlines up to 512 characters. This is a
  127.    | serious limitation for programs like PGP, where you may need very long
  128.    | lines, especially when encrypting for several receivers.
  129.    |
  130.    | This module provides a nice way around the problem: You may call the
  131.    | program with a filename, prefaced with the at ("@") and PGP will read
  132.    | this file and use it's contents instead of the filename. Newlines
  133.    | ("\n") in the file will be turned into blanks (" ").
  134.    |
  135.    | To encrypt a text for a few hundred persons, just write all their
  136.    | addresses to a file like this:
  137.    |
  138.    |   address1 address2 address3 [...] addressN
  139.    |
  140.    | or
  141.    |
  142.    |   address1
  143.    |   address2
  144.    |   address3
  145.    |   address4
  146.    |   [...]
  147.    |   address9*10^255+1
  148.    |   address9*10^255+2
  149.    |
  150.    | and save it as, say, "T:addressfile". Now call PGP:
  151.    |
  152.    |      PGP -ftesa @T:addressfile <infile >outfile
  153.    |
  154.    | Voila! :-)
  155.    |
  156.    |
  157.    | If you want to use a parameter that starts with an at, you have to put
  158.    | a '\' before the at or specify it in quotes:
  159.    |
  160.    |    pgp -e filename "@peti.GUN.de"
  161.    |    pgp -e filename \@peti.GUN.de
  162.    |
  163.    | and the module will treat this as a normal parameter.
  164.    |
  165.    | If you want to load a file that contains blanks, you have to put the
  166.    | _name_ into quotes:
  167.    |
  168.    |    PGP -e filename @"weird file name"
  169.  
  170.    Thanks to Robert Knop for authoring a new __main.c file which can be
  171.    distributed without violating SAS's copyright.
  172.  
  173.  * Users of earlier PGPAmiga versions should note that the config file has
  174.    been renamed back to "config.txt" for various reasons, while PGPAmiga
  175.    2.3a and later used "pgp.config". I decided to stick with the standard
  176.    name because the file is kept in a seperate directory anyway and it will
  177.    keep the Amiga version interoperable with other platforms. Furthermore,
  178.    the filename pgp.config is invalid on MS-DOS systems.
  179.  
  180.  * One last note: People on the net have been wondering about the way PGP
  181.    handles clear-signed text and I want to draw your attention to this fact
  182.    as it is not really described in the manual and could mean a serious
  183.    security leak if you don't know it.
  184.  
  185.    What I am talking about is that PGP ignores the first paragraph
  186.    following the "-----BEGIN PGP SIGNED MESSAGE-----" line, which
  187.    introduces a clear-signed text. This is intended and is required for
  188.    certain purposes, such as stating the version you're using, etc. As a
  189.    consequence, it is possible for others to add text in the signed message
  190.    _without_ breaking the signature.
  191.  
  192.    Of course this text will disappear when checking the signature with PGP,
  193.    but some people do not check signatures but just read the text. Just
  194.    look at this example:
  195.  
  196.    | -----BEGIN PGP SIGNED MESSAGE-----
  197.    |
  198.    | XYZ is a smart ass.
  199.    |
  200.    | Hi John,
  201.    | [...]
  202.    |
  203.    | -----BEGIN PGP SIGNATURE-----
  204.    | Version: 2.6ui (Amiga)
  205.    |
  206.    | iQCVAgUBLrfgWA9HL1s0103BAQHoqwQAvBlkskYShobXTCGcJMQkZIzgQhsd+giB
  207.    | rvyaqk5cnAE8lBa097sIYA6oomY0Pg1O9iYfyLVUriOX8XjH5BWZeHEd6/KQmxAB
  208.    | GTiKNAK471U4Or+HoivItPp4GnZvZqRTDtJioYNwF0hu+4IwC80NosNxxc67Uavr
  209.    | FP2O5wUmIcU=
  210.    | =t3CV
  211.    | -----END PGP SIGNATURE-----
  212.  
  213.    You can't be sure whether all the lines are for real or not! "But hey,"
  214.    you might say, "I thought PGP ignores only the first paragraph and
  215.    there's definitely a blank line before this 'XYZ...' thing!"
  216.  
  217.    Right, but this must not necessarily be an empty line, it might contain
  218.    a single blank or a tab or any other invisible character! Don't forget
  219.    that! You should really feed the article into PGP and read the returned
  220.    clear text rather than this version, otherwise the signature is worth
  221.    nothing.
  222.  
  223.    An other idea to prevent people from adding stuff to your messages is to
  224.    state where your text starts, like in this example:
  225.  
  226.    | ^^^ Anything above this line has been hacked! ^^^
  227.    |
  228.    | Hi John,
  229.    | [...]
  230.  
  231.    and sign this.
  232.  
  233. This release reports itself as 2.6ui. It's 2.6 because if it were
  234. called 2.3b, users would get confused as to whether 2.3b was compatible
  235. with MIT PGP 2.6, given the much smaller version number. I haven't
  236. called this version 2.7, because I have no wish to get involved in the
  237. kind of "version number war" which goes on between (say) Microsoft, IBM
  238. and Novell over DOS.
  239.  
  240. The letters "ui" stand for Unofficial International release. It's an
  241. unofficial release in that it has not been approved by Philip
  242. Zimmermann.
  243.  
  244. This version was assembled by mathew <mathew@mantis.co.uk> from the
  245. standard PGP 2.3a sources, and from source code patches obtained from
  246. the net. All patches were scrutinized carefully before being applied by
  247. hand. No binary patches were used.
  248.  
  249. Thanks go to Alan Barrett <barrett@ee.und.ac.za>, Planar
  250. <Damien.Doligez@inria.fr> and Pr0duct Cypher for 2.6 information and
  251. interoperability patches. The key signature patches were by Paul C Leyland
  252. <pcl@black.ox.ac.uk> and Branko Lancaster <branko@suppnet1.support.nl>.
  253.  
  254. If you used this version of PGP in the USA, and if you remembered to change
  255. version_byte to 3, your PGP messages would almost certainly be
  256. indistinguishable from ones produced using MIT PGP 2.6. That would be very
  257. naughty and devious, though, so don't do it.
  258.  
  259. This release comes with several MD5 checksums and PGP signatures to
  260. guarantee it's validity (described later). Note that if the signature
  261. matches, that only really means that the files you have are the same as the
  262. ones I have; it doesn't mean that I guarantee this release of PGP works, or
  263. that I've examined it for cryptographic back doors. Naturally, you should
  264. only use this release of PGP if you think you can trust me, or if you've
  265. compared the source with 2.3a and compiled it yourself.
  266.  
  267. If you have any patches to fix bugs or add features, feel free to mail them
  268. to me, and I'll consider adding them to any future release.
  269.  
  270. Now, before you go on, you should validate whether all files are
  271. unmodified, use the md5sum utility together with the checksums appended to
  272. this text. Just type:
  273.  
  274.         contrib/md5sum/md5sum -cv readme.amiga
  275.  
  276. and all files in the distribution will be checked. This file itself is
  277. signed with my secret key, so a simple
  278.  
  279.         PGP -ka readme.amiga
  280.         PGP readme.amiga
  281.  
  282. will check the integrity of this text, too.
  283.  
  284. Okay, if all files reported as okay, you may start "Installer InstallPGP"
  285. and lean back to enjoy the show. :-) ATTENTION: If some files do not report
  286. as okay, please contact me immediately and state where you got the archive
  287. from, so I can check it for backdoors!
  288.  
  289. If you want to receive the latest news on the Amige version of PGP, you
  290. might be interested in subscribing to the PGPAmiga mailing list running on
  291. my machine. All you have to do is to send an e-mail to
  292. PGPAmiga-request@peti.GUN.de and to put the keyword "ADD" into the message
  293. body. You may also specify the address you want to subscribe:
  294.  
  295.         ADD joe@doe.foobar.com
  296.  
  297. You should receive notification from the ListSERV daemon whether the
  298. subscription succeeded or not within 24 hours. If you have any problems
  299. subscribing, please contact PGPAmiga-admin@peti.GUN.de.
  300.  
  301.      Sincerely,
  302.  
  303.            Peter Simons
  304.  
  305.  
  306.  
  307.  
  308. 16b8f20b84025d222027e664e6900ec8 *PGP-Install
  309. baf607e382d00b4ddeb566fa72ebe332 *PGP-Installer-Script
  310. d92628450cbf6633df7fac05eb637c36 *bin/config.txt
  311. 76400c36d5dc58cad39b17a1257cb6cd *bin/es.hlp
  312. 06d90ef1c0d8bfbde0eeac634e31715d *bin/fr.hlp
  313. 855a12f7b62bdf39e967d4c3eca65fb1 *bin/keys.asc
  314. c4d77578674cda13931c05c52fdd5eb7 *bin/language.txt
  315. 942dcee3edd21fcc658ca7116dbde952 *bin/PGP
  316. 86b473fefb36c56ea85ec5502072abe3 *bin/PGP.hlp
  317. f98f4e946ff0fcc7062b93c5a9c70717 *bin/PGP020
  318. 8ca43cbc842c2336e835926c2166c28b *doc/COPYING
  319. e4523c9b35cfd8be2289b167b2edcf91 *doc/keyserv.doc
  320. 042106c918c0ec9ba73ac666ba77e55b *doc/newfor22.doc
  321. 3bd01a58d2437a56ab70d74178a5be04 *doc/newfor23.doc
  322. 9900a1c8e72083393ba5cc6fb1ebeb9a *doc/pgformat.doc
  323. 7391e28c06b42e1b396f5372c7507e2a *doc/PGP.faq
  324. f87bf83e00863f5d66ada9d545899a27 *doc/pgpdoc1.guide
  325. 322beb2e1e269d33efaa0ae9800eebaa *doc/pgpdoc2.guide
  326. df7928fe4fd206f4656614ada4e81774 *doc/PGPNutshell.guide
  327. c8e28a0fee8a2a6231b038e30e74529e *doc/politic.doc
  328. d80e91e43baf3c979c3ebae4f70e749c *doc/readme.doc
  329. 2cc2524572f9ee38c4057937a09b7b00 *doc/setup.doc
  330. c63054e7efd5deb2b09680e45f79bb19 *contrib/AmigaELM/DecryptMsg
  331. 4390844406119c13254070bf85f0a9e8 *contrib/AmigaELM/EncryptMsg
  332. 28350d0bb028394f41354aa3a8daada9 *contrib/AmigaELM/RequestString
  333. 1e29466575af0c9d584eb5c21f60216e *contrib/AmigaELM/splitheadbody
  334. 73c7f61446c277eab86185977b5881a5 *contrib/CED/DecryptPGP.ced
  335. e851bb236dc9b6978675b9f316af8450 *contrib/CED/doPGP.ced
  336. 017a753636816dd8804fc6b3026bb696 *contrib/CED/EncryptPGP.ced
  337. 82471f0d3b0b6a84d5a9a02b7bc61ae7 *contrib/CED/EncypherPGP.ced
  338. bd35e9b819f0bbe21e7f3aa434e66c50 *contrib/CED/SignPGP.ced
  339. 773cd56b0ab34fc53e981ff8fcec57cf *contrib/GoldEd/PGP.ged
  340. 6f2a35ac204192333a6211855b5c0030 *contrib/GoldEd/PGP_GoldEd.lha
  341. 93e8bbf43605b8ceb631988538b72fda *contrib/languages/german.asc
  342. adf66292ba293b1227c86ea23698a006 *contrib/languages/language.txt_deutsch
  343. f7bda5cdd52d4c1bf2d1c28f6f98a156 *contrib/languages/language.txt_swedish
  344. 34d0ee57bd7fa4ab699c1c3c0a522eb7 *contrib/md5sum/md5sum
  345. ca8583a7799e01e38e5e2d5e22df5919 *contrib/md5sum/md5sum.doc
  346. 28d4fb6323854fa78c32df67382d177e *contrib/md5sum/md5sum.guide
  347. d2a85841d925356840138c309f2011b3 *contrib/md5sum/md5sum.texinfo
  348. eaedb43ecef34461de49fadfc84171b3 *contrib/md5sum/Readme.first
  349. fc1c9643aecc46a7c138320673bbbfd6 *contrib/PGPMore/PGPMore
  350. 655a930ece4f9b77eaafe25238bd17af *contrib/PGPSendMail/PGPSendmail
  351. 2f738404cfd14324780326a425e80765 *contrib/PGPSendMail/PGPSendmail.guide
  352. 8384f0ce72840f05d54ca9954a0d93a6 *contrib/StealthPGP/stealth1_0
  353. 1f948771c15c56244dcb0bf4dbb57113 *contrib/StealthPGP/stealth1_0.doc
  354. 107788ec46ef6ab9dbb190215f5b6f1a *contrib/md5sum/source/getopt.c
  355. 0aea4302dbd0b781f3965f26adb4a83a *contrib/md5sum/source/getopt.h
  356. 3e51da0ccff62cf16cf60df6d3afdeb3 *contrib/md5sum/source/md5.c
  357. 77b0683c3487e35d887959cf19f811f5 *contrib/md5sum/source/md5.h
  358. 4a6dafa2f6282430e65d4728a1303a53 *contrib/md5sum/source/md5sum.c
  359. 16cfdbb8551b5bff7f4639987fd9bfb5 *contrib/md5sum/source/smakefile
  360. 962e83e51b49c68ede4e4d450298dd04 *contrib/PGPMore/source/PGPMore.c
  361. 215fa037da9aca5fcbfdb6995739fa2d *contrib/PGPMore/source/PGPMore_rev.h
  362. 39fc9f3dc01d1dcb597d8349ca1cc61b *contrib/PGPMore/source/SCOPTIONS
  363. 0fc7735836ca9ff196e352120e152274 *contrib/PGPSendMail/source/expandalias.c
  364. 99bc8ffba18689009e0fb4c70c9287ac *contrib/PGPSendMail/source/pgpsendmail.c
  365. 3317efad810ebff00498cb7c076acd24 *contrib/PGPSendMail/source/pgpsendmail.h
  366. 07b07ec72601d6a7c8a047b4efa00a91 *contrib/PGPSendMail/source/pgpsendmail.texinfo
  367. 3dae40ffc39d00d079f4770c5508464f *contrib/PGPSendMail/source/pgpsendmail_rev.h
  368. 897316929176464ebc9ad085f31e7284 *contrib/PGPSendMail/source/pgpsendmail_rev.rev
  369. e71d575a39652d7adfd691798877c0b8 *contrib/PGPSendMail/source/protos.h
  370. 9c1b84ccf70e08e9a9b995784b458ae4 *contrib/PGPSendMail/source/rfcstuff.c
  371. ca45ebd15360237ae2ad66614b5f5058 *contrib/PGPSendMail/source/smakefile
  372. 5afc290a76808a61d465ba06023df46e *contrib/PGPSendMail/source/system.c
  373. 3d74deb80f88c507219c2f3fa9013f54 *contrib/PGPSendMail/source/TODO
  374. 947c2eb9814c6782f09e838a26a1bec9 *contrib/StealthPGP/source/SCOPTIONS
  375. 3650e7439da7a4ab263510ff542ee622 *contrib/StealthPGP/source/stealth1_0.c
  376.  
  377.  
  378. -----BEGIN PGP SIGNATURE-----
  379. Version: 2.6ui (Amiga)
  380.  
  381. iQCVAgUBLrfkWw9HL1s0103BAQE3dwP+Nv74nzBy2CiBGbDlzmNVLCNu7pW8gxj2
  382. Gi5+lH1+0uRgE5DPxQGUlU9MgtYVjs9ddoq5TkN/0ECYFr1xSJm/YEVd9qeehQYX
  383. JwyZm2pZiw2jJzNFMiM2C70nS3aHSOLamwgFfWlFt3Joa0AIdGUVJCsbpzPnMHUZ
  384. tTkACDtGuXs=
  385. =To23
  386. -----END PGP SIGNATURE-----
  387. -----BEGIN PGP PUBLIC KEY BLOCK-----
  388. Version: 2.6ui (Amiga)
  389.  
  390. mQCNAiyg9DgAAAEEAMnWa12Ub+g8uzR/GByKjpMiNsHZygQ4pw2Bjix+WjyEVsHH
  391. JV8DRqdnYBs+MPrhvou1dDXEkhC64lklC23xlawI2yaXBtKadKgEEOdKLF9tVibP
  392. SFqgxT/TNw1l0cDDeCkeQmSXtY2/MpK0tXCRAvFb/dnaHkKDew9HL1s0103BAAUR
  393. tCFQZXRlciBTaW1vbnMgPHNpbW9uc0BwZXRpLkdVTi5kZT6JAJUCBRAuT0YA3ic1
  394. /dqHwMcBAfoYA/9c7i5fSK6YzHaIVjXOL2e39p7rfPRImmHZlAiPoxExdrMmfKq1
  395. jxXjqlQK5mQFGNxeTtzDPrwr0qCCpYLGpJMo05ZvBEVplEPhlzvI5Wfc0y49kKIl
  396. m0y71QuGKc9AxS0YvPIxD3b308wpW/S4+2hIxkirRXIkaT2DUgaJcru7xokAlQIF
  397. EC5JZVCtTDgA3c0TwQEB1VUD/joFgThf6pq7q18tablT8YBAI8bR5bETW4gQfx87
  398. eZ18HCweZMa+V/uMYmtHOkSgFeXAyD/GScOzHENIzeEQVJV/6yTXbyLxPEGMx7BQ
  399. VgqtbrAWc7qsiG7e58SvD128mxzB2wD6RJx2A056KQ5cnuprQ09aYBjaOIP3UA6r
  400. +DsYiQCVAgUQLjU4AEaxifvg3qptAQG8ngP/bv86uYF4blNaJNgmVubCQ9y1fqCR
  401. GAm4pmpTzue6l/jZ1PRBeC0oMPH42lxsKSHSG1iMERZaGQS5bOpiz8tFDd/aMrqy
  402. wAqa35VnJ+eWt7DqNDn1U/QZEQW85FBv0P8Xei1hrKsVSHkXtbQsqo+DS3VqbesS
  403. aiVpBqA4F45Uj2CJAJUCBRAuGFfbYZ13KnxV7gUBAeDcBACdekIsoRYOqKDFD/T+
  404. JLmDBr/+ycwNu7Wl4rSEzGIrU8c5axGe8ZYzTdxHCK0bFdR4lEKY16SRwoXGupIS
  405. J3MSJDRy24Abs9ZsSp7EG8iFIZVVzz8n4vaKduAT2tZP3jeJ9F4Z4iPEkN2DHPup
  406. 7MTdhXyHuklDhJnZ8dc7J/S2b4kAVQIFEC4UbfmEYZlTtziLUQEBEIMB/0eC0vBK
  407. Ez7DPKzod+JASJfEPv5fZVTLgGImzBZORySDNEXnmu9oSWHjizwrve7570CERdin
  408. cEK59gqY6uTfGVaJAFUCBRAsq+a4VC9vHTPtL1kBAaS9Af9DTMrtPRI54LGkQ2bC
  409. S3eTaIVKv1KcBOn9uTuHQhoKIK0m+wlZqgOUvKUKEko9S91wssnpZ2JbCPrtnSN6
  410. nuBfiQCVAgUQLeUUjo5GAWiQvcrtAQHEVgP/Q+23c0pdBXXLmT/DMokhckzBHLv9
  411. 3RzHm9SpJrFCzeIRYb+OhjUhcWFYPxuN/n4K8EE6oakEjrH7T1lMDXudy9Q8zmsP
  412. XvT8BmobrwcRaVmIAMVAZv+G9/VKRNs0WqYQH1BkG94DPq9QFMKu3j0zkXZpwM9i
  413. bWHF/rvjYEaCsJmJAFUCBRAtuyo7m9pRg/CEGxEBAUDNAgCHElp9za/EXoVDv4FH
  414. vcZTQTe49I5nNtB+RT/tEWWniK46MDlwHUNDK/Qioc0/xUZCLRq5sZHiSHk4bDW+
  415. eunniQCVAgUQLWa4Za16Lvf6xRt5AQEIHQP/Ykn+ucGld0oIpyxPPBC4fpOOh+Ri
  416. 8OMv5jZBnRf6fOJiADK4ZI4yj0p8/17G/vL4CXp7+97Y2t8LhoEosk+qpoPD8yma
  417. 7tU3upFIw9hicHPs8yef0UzKrkqitEUdCbcPzcz3QPl9/5+LRfnFYmIj9wR0UWey
  418. RfiByn5wOgKq98SJAFUCBRAtVWnS/ZhK+bLW8KUBAQdEAgDISWd2Krz/K7jZvMYa
  419. AiYlX3XFWJk3RFX+iAfST6s8lGAdx1PAcevDwCggxemt/FFFhaxohcKkT/MTeT/J
  420. dpqjiQBVAgUQLVS2POVzXaPbP8rBAQH3LwH/TkHStVKHxPZKqD9+HA2+wdiCWNky
  421. dHzxSkkuSqsE+hlUUmepM87T+aKdh5IfBJ5NOqfsG4PjwUlmWhMRAqm4S4kAVQIF
  422. EC1T6zoRGQkc+pTPfwEBWLQB/iYT+ght5TtQpWK6X/PRNzDixD69NUEizzcG52xa
  423. TfY/FxqzzQT774dEfICEeuo7WzB0K+l9PsMOtvEn5OJ+uouJAFUCBRAs39pEtWmx
  424. Tf8rK48BARZ6AgDWq5SQnqGU5n6M7sWH5VbtvGTnF1CThJiVyqLDivXSCSS1g5S+
  425. RD2j6Yvyse2s5tXttJ4P15jCWivLaajXSn1ZiQBVAgUQLN+lIOKK+f1pkO9dAQGy
  426. vwH9FI8+OCyvP8Y5sMK+hcqcAM/WA6eo8X0A34kgw9Oi/3fmmcyt9qNMG8yS2ukY
  427. qnZHGqg5TKQ57duG2FEQOGmREIkAlQIFEC1S9awTcjf3qIs+GQEBrSoD/AwiIjFN
  428. psbzB+J88Uj512eLTm+sfaL6W5+3S8nsg+xojvxRAth3WPwKXK6W0SF4fBu7ms+E
  429. rJPevSo0J02C3+V0qBmV8hqQkfHKFiyOKavkLQlbPPwe2rMjgiBSckH17DcGb2C0
  430. 56b/6NyrugaoOMA3rMPNTGVti9gQA/1ssCnqiQCVAgUQLVLvAdD5dFuSG3KVAQFr
  431. wwP7BIKVuKVPXB0rlNF0CfNJOpBjRV47+iu4oA7sGAtmBbFEWoXSutN63UTZenW6
  432. Tau0c4oJJ1UxGTCTbG/o7yfbngBRvZvXLtB4T/CMEej6vsU+3p8+LL4xXE+vdiEu
  433. Mg3ak6vVcEbEM72Gx+9ZVcan+tCshhi1Le+2GxUOzL8W/KuJAJUCBRAtU0+bSF+r
  434. LyPZK+MBAXbrBACMzZ6PGi+uJG2J9NeEJn8PwpRkk/7zD3uUOvKTTK5NlZHsgIwP
  435. Glel0v7gmt7CeM4vtJbBczDjzBC8QEFTecCysQcygDjQx/F+BqXxt6eaCdYnOQju
  436. yCjNT/7p6r0A+oLf3948NjJSvyqj7joeUpbh76uh3Uy1CIhpB6WBHxXZt4kAVQIF
  437. EC1S+FpzkkNEqdCkwwEBGBYB/jqEb8vq1ngC4/2MrV/jUAUbnFbmpvSj3KUxYMBH
  438. uklFaScU4tH40n2uyC5lhMJRgwibGLv2eiXLIM8mMOueXY2JAFUCBRAtU0oxeYwY
  439. DHu3XYkBAZHZAfwMwsim26iMaMpOIca+WKWH3NXCGcevRdJsEErPHixMPcUOsF87
  440. sONFts/Q2dOuVo3JobUhjBkRteqxrkS4IQBTiQBFAgUQLVLzL3WexKsCfQvZAQFH
  441. 6AF+P1Yo1YaEnu/V2Oj+CSVJ8NHzoyBpXsCVcrbqiRF2Fhn3q6AO7MzT9/VKbiK0
  442. pu2iiQCVAgUQLTLvkXvqdyEN0ZzBAQFc2AQAkYgL737nUU8odzPJlDXfSa6Du/3V
  443. TEVii7bF5vgxjL7D/cantCJZkUv8yTxhPMQIe4d0hlDssIFCU5L5c4RnbBuO/zDs
  444. mJFTq1ODLCPfTm1fZzQo8KAS4RxPgSKgz6sCfscubzYfL/2PNIkrvojnhVq1pjTE
  445. 7lcKcSfZnU8NZL6JAJUCBRAs7468OxwHhXg8g/EBAViMBACWap0CD/iX+kaFsyBt
  446. HF4qpq8XO1lzTGuHI7Z/HaOwxyEuPeOXJbM+7pbhRyzRQ7nhyhEQ27hF3wsD07IK
  447. SaE6QMFHtObOBmGYPIHkBCGyvlmh545rN+KNCJkDM9GQ6UgDEwieoTYjNju5lNrx
  448. Nlco0eJ2lhzB6gE/Iu8ml1LxZ4kAlQIFECzlQrTSJ29yPs8yJQEBgAUEAIYrigbB
  449. Z8ocSJCNyb2F39QVMV/kkQM+Gm3UU4tbGrB2f/yW+wB8xgu5VHEBCALN3GoJZ5Jo
  450. 58oDKEICKJy0CIBxUYGTaTTTaTdCOX2iqgfFbdglzQJ5O1oc8I57KKL20DgW6zxC
  451. S0lVUCfB7K1F90mqIDkxLEFGwvjqeGVulmG5iQCVAgUQLMOaw6Da852xEaRBAQFT
  452. SAP/WeEmX6CCYnxtPweReQbiOPH0e15HRA05gFGn8xOrGV4SQ+SN3qHVkDbEos3Q
  453. CNPO2EN68PwSXHmpqSERR9aro29SSeu5rBRoujODI/pVEesZGJlafgXljmBKMNEB
  454. bkJo8Av0Iig6nLEPJ1BoSTrWLGBPAx5OL/W9UIg3fT7/JZuJAFUCBRAspUMs6phj
  455. 4SBVVVcBAc13AfwPq4zYjTX1wNaJPXvcGie43TXNVVTDFQM0SQaMJCUggVgpLLpC
  456. ExGHy8eZVNLHT/oXUNDMub62y9tI/62szG54iQBVAgUQLLPH5MXXeS9/02OBAQEe
  457. VgIAm/QuutqE/PEDU7cALELs8dDKS/2iG0ixgP5INdQtusRxRPOTLJr7obmiehxC
  458. dpMZlmSqYQ+Sxocl7ePBkuDLkIkARQIFECyoWXQXXTiAke1p1QEBYTABfReukaZk
  459. EogWGECsC38HFkL2UwzL2O/9r6FXVtEr5C8ooL4zz0oodSkYPDalu0Bq/IkAVQIF
  460. ECykYRSBiGF1IXo6uQEBQKgB/jhNAUSmtg+mtthj6h0CqiyYvh/9j5AloeY7w355
  461. eRZ7gRudZNRpZDyPqkmP32KEvQmfvxAQMJ+FMCHger03J+g=
  462. =jzk6
  463. -----END PGP PUBLIC KEY BLOCK-----
  464.