Unit EncryptIt

Classes

Functions

Decrypt -
DecryptFile -
Encrypt -
EncryptFile -

Types

Constants

C1
C2

Variables


Functions


function Decrypt(const S: String; Key: Word): String;


procedure DecryptFile(INFName, OutFName : String; Key : Word);


function Encrypt(const S: String; Key: Word): String;


procedure EncryptFile(INFName, OutFName : String; Key : Word);


Types


Constants

C1 = 25874

C2 = 99862


Variables