DES

From Overbyte
Revision as of 08:24, 3 June 2007 by Markus.humm (talk | contribs) (first entry)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Main page -> ICS component reference

Overview

unit icsdes.pas
inheritance none

This unit implements DES excryption routines. DES is a 56 bit block encryption standard developped back in the 1970's by IBM. It is still widely used even if prooven now to be breakable by special hardware within less than three days. If one wants to use DES a variant of it, called tripple DES, should be used. This isn't directly implemented in this unit but can easily be done in your own code.

Functions

??? encrypts a data block

How to

Build a tripple DES encryption



ICS Components Reference