1tclDESjr(n) Data Encryption Standard (DES) tclDESjr(n)
2
3
4
5______________________________________________________________________________
6
8 tclDESjr - Implementation of the DES and triple-DES ciphers
9
11 package require Tcl 8.2
12
13 package require tclDESjr 1.1
14
15______________________________________________________________________________
16
18 The tclDESjr package is a helper package for des.
19
20 Please see the documentation of des for details.
21
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
38 des(n)
39
41 3DES, DES, block cipher, data integrity, encryption, security
42
44 Hashes, checksums, and encryption
45
47 Copyright (c) 2005, Pat Thoyts <patthoyts@users.sourceforge.net>
48
49
50
51
52tcllib 1.1 tclDESjr(n)