1tclDES(n)               Data Encryption Standard (DES)               tclDES(n)
2
3
4
5______________________________________________________________________________
6

NAME

8       tclDES - Implementation of the DES and triple-DES ciphers
9

SYNOPSIS

11       package require Tcl  8.2
12
13       package require tclDES  1.1
14
15______________________________________________________________________________
16

DESCRIPTION

18       The tclDES package is a helper package for des.
19
20       Please see the documentation of des for details.
21

BUGS, IDEAS, FEEDBACK

23       This  document,  and the package it describes, will undoubtedly contain
24       bugs and other problems.  Please report such in the category des of the
25       Tcllib  Trackers  [http://core.tcl.tk/tcllib/reportlist].   Please also
26       report any ideas for enhancements  you  may  have  for  either  package
27       and/or documentation.
28
29       When proposing code changes, please provide unified diffs, i.e the out‐
30       put of diff -u.
31
32       Note further that  attachments  are  strongly  preferred  over  inlined
33       patches.  Attachments  can  be  made  by  going to the Edit form of the
34       ticket immediately after its creation, and  then  using  the  left-most
35       button in the secondary navigation bar.
36

SEE ALSO

38       des(n)
39

KEYWORDS

41       3DES, DES, block cipher, data integrity, encryption, security
42

CATEGORY

44       Hashes, checksums, and encryption
45
47       Copyright (c) 2005, Pat Thoyts <patthoyts@users.sourceforge.net>
48
49
50
51
52tcllib                                1.1                            tclDES(n)
Impressum