home *** CD-ROM | disk | FTP | other *** search
- .KEY cryptfile/A
- .BRA [
- .KET ]
-
- ;
- ; Original by Peter Simons <simons@peti.gun.de>
- ; Modified by Ignatios Souvatzis <is@beverly.rhein.de> to be able to
- ; ask for passphrases etc.
- ; this version actually succeeds to open on Elm's screen
- ; $VER: DecryptMsg <is@beverly.rhein.de> 1.4 (10-Apr-95)
- ;
- ; do something with the message, e.g. decrypt it, and redirect
- ; input/output to actual screen (Elm's screen) for passwort prompts etc.
- ;
-
- Set pubscreen "`getactscreen`"
- PGP -m "[cryptfile]" <>"CON:///200/PGP-IO-Window/CLOSE/WAIT/AUTO/SCREEN${pubscreen}"
- UnSet pubscreen
-
- ;
- ; bye,bye
-