help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'idea' (#fcl)

TIdeaCryptKey

Type for holding an encyption/decryption IDEA key.

Declaration

Source position: idea.pp line 59

type TIdeaCryptKey = array [0..7] of Word;

Description

The actual encryption or decryption key for IDEA is 64-bit long. This type is used to hold such a key. It can be generated with the EnKeyIDEA or DeKeyIDEA algorithms depending on whether an encryption or decryption key is needed.

See also

EnKeyIDEA

  

Create an IDEA encryption key from a user key.

DeKeyIDEA

  

Create a decryption key from an encryption key.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505