Unit 'idea' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

EnKeyIdea

Create an IDEA encryption key from a user key.

Declaration

Source position: idea.pp line 67

procedure EnKeyIdea(

  UserKey: TIdeaCryptKey;

  out z: TIDEAKey

);

Arguments

UserKey

  

User-supplied data to generate key from.

z

  

64-bit Encryption key.

Description

EnKeyIdea creates an IDEA encryption key from user-supplied data in UserKey. The Encryption key is stored in z.

Errors

None.

See also

DeKeyIdea

  

Create a decryption key from an encryption key.

CipherIdea

  

Encrypt or decrypt a buffer.


Documentation generated on: Jul 24 2023