1
2[//000000001]: # (tclDES \- Data Encryption Standard \(DES\))
3[//000000002]: # (Generated from file 'tcldes\.man' by tcllib/doctools with format 'markdown')
4[//000000003]: # (Copyright &copy; 2005, Pat Thoyts <patthoyts@users\.sourceforge\.net>)
5[//000000004]: # (tclDES\(n\) 1\.1 tcllib "Data Encryption Standard \(DES\)")
6
7<hr> [ <a href="../../../../toc.md">Main Table Of Contents</a> &#124; <a
8href="../../../toc.md">Table Of Contents</a> &#124; <a
9href="../../../../index.md">Keyword Index</a> &#124; <a
10href="../../../../toc0.md">Categories</a> &#124; <a
11href="../../../../toc1.md">Modules</a> &#124; <a
12href="../../../../toc2.md">Applications</a> ] <hr>
13
14# NAME
15
16tclDES \- Implementation of the DES and triple\-DES ciphers
17
18# <a name='toc'></a>Table Of Contents
19
20  - [Table Of Contents](#toc)
21
22  - [Synopsis](#synopsis)
23
24  - [Description](#section1)
25
26  - [Bugs, Ideas, Feedback](#section2)
27
28  - [See Also](#seealso)
29
30  - [Keywords](#keywords)
31
32  - [Category](#category)
33
34  - [Copyright](#copyright)
35
36# <a name='synopsis'></a>SYNOPSIS
37
38package require Tcl 8\.2
39package require tclDES 1\.1
40
41# <a name='description'></a>DESCRIPTION
42
43The __tclDES__ package is a helper package for __[des](des\.md)__\.
44
45Please see the documentation of __[des](des\.md)__ for details\.
46
47# <a name='section2'></a>Bugs, Ideas, Feedback
48
49This document, and the package it describes, will undoubtedly contain bugs and
50other problems\. Please report such in the category *des* of the [Tcllib
51Trackers](http://core\.tcl\.tk/tcllib/reportlist)\. Please also report any ideas
52for enhancements you may have for either package and/or documentation\.
53
54When proposing code changes, please provide *unified diffs*, i\.e the output of
55__diff \-u__\.
56
57Note further that *attachments* are strongly preferred over inlined patches\.
58Attachments can be made by going to the __Edit__ form of the ticket
59immediately after its creation, and then using the left\-most button in the
60secondary navigation bar\.
61
62# <a name='seealso'></a>SEE ALSO
63
64[des\(n\)](des\.md)
65
66# <a name='keywords'></a>KEYWORDS
67
68[3DES](\.\./\.\./\.\./\.\./index\.md\#3des), [DES](\.\./\.\./\.\./\.\./index\.md\#des),
69[block cipher](\.\./\.\./\.\./\.\./index\.md\#block\_cipher), [data
70integrity](\.\./\.\./\.\./\.\./index\.md\#data\_integrity),
71[encryption](\.\./\.\./\.\./\.\./index\.md\#encryption),
72[security](\.\./\.\./\.\./\.\./index\.md\#security)
73
74# <a name='category'></a>CATEGORY
75
76Hashes, checksums, and encryption
77
78# <a name='copyright'></a>COPYRIGHT
79
80Copyright &copy; 2005, Pat Thoyts <patthoyts@users\.sourceforge\.net>
81