NAME

cipher - Create cipher instances

SYNOPSIS

cipher create ?options?
cipher types

DESCRIPTION

cipher types
Display the list of known cipher types. Returns a Tcl list of types that can be used with cipher create

cipher create ?args?
Create a new cipher instance. This cipher instance can then be used to manipulate a given string of ciphertext. The return value is a handle that can be used as a Tcl command:

set cipherInstance [cipher create vigenere]
$cipherInstance configure -ciphertext "pgtwf gqpvx fmzfg vwimq uhvgg"
$cipherInstance configure -period 8

See the help pages for the individual cipher types for more information on the available options.


Back to the Index
wart@kobold.org
Created on Wed Mar 31 08:18:24 PST 2004
SourceForge.net Logo