Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: XMJMCODE

Package: MailMan

Routine: XMJMCODE


Information

XMJMCODE ;ISC-SF/GMB-Message En/Decryption ;08/24/2001 10:56

Source Information

Source file <XMJMCODE.m>

Entry Points

Name Comments DBIA/ICR reference
ENCMSG(XMZ) ; Encode a message
ENCSTR(XMCLEAR) ; Encode a string
DECMSG(XMZ) ; Decode a message
DECSTR(XMCODED) ; Decode a string
CRE8KEY(XMKEY,XMHINT,XMABORT) ;
KEYOK(XMZ,XMHINT) ; Ask user for key and make sure it's right
ASKKEY(XMKEY,XMABORT) ;
GOODKEY(XMZ,XMKEY) ; Function checks key and make sure it's right.
; If it is, XMSECURE is defined, and function returns 1;
; Else XMSECURE is not defined, and function returns 0
ADJUST(XMKEY) ; Capitalize the key, pad the key, & adjust cylinder with key
LOADCODE ; Load Bazeries Cylinder
Z ;;

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,$$EZBLD^DIALOG(34624)
  • Line Location: KEYOK+3
Function Call: WRITE
  • Prompt: !,$$EZBLD^DIALOG(34620.1)
  • Line Location: KEYOK+6
Function Call: WRITE
  • Prompt: !,$$EZBLD^DIALOG(34620,XMHINT)
  • Line Location: KEYOK+9
Function Call: WRITE
  • Prompt: !,$$EZBLD^DIALOG(34618)
  • Line Location: ASKKEY+2
Function Call: READ
  • Variable: XMKEY
  • Timeout: 15
  • Line Location: ASKKEY+3
Function Call: WRITE
  • Prompt: !
  • Line Location: ASKKEY+12
Function Call: WRITE
  • Prompt: !
  • Line Location: ASKKEY+15
Info |  Source |  Entry Points |  Interaction Calls