;****************************************************************************
; A header description for the cipher module
;****************************************************************************

help-string: Cipher		0.08 (C) Nick Craig-Wood 1993-8

title-string: Cipher

initialisation-code: module_initialise

module-is-runnable:

swi-chunk-base-number: 0x93680

swi-decoding-table: Cipher,
                    MD5_Start,
                    MD5_Update,
                    MD5_End,
                    IDEA_KeyInit,
                    IDEA_Cipher,
                    IDEA_Decode

swi-handler-code: module_swi

; service-call-handler: module_service 4 6 8

command-keyword-table: module_cmd

  md5(min-args:1, max-args:255,
      help-text: "Syntax\tmd5 <inputfile> [<outputfile>]\n"),

  idea(min-args:1, max-args:255,
      help-text: "Syntax\tidea <inputfile> [-password <passwordtext> | -file <passwordfile>]  [-output <outputfile>] [-encrypt | -decrypt]\nAll switches can be abbreviated to just their first letter\n")
