home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 3
/
Meeting_Pearls_III.iso
/
Pearls
/
comm
/
Mail+News
/
AmigaElm
/
c
/
DecryptMsg
< prev
next >
Wrap
AmigaDOS Script File
|
1995-05-26
|
578b
|
22 lines
.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