EncryptFile: Encrypt a file with the DES algorithm

Description Usage Arguments

Description

Encrypt a file with the DES algorithm

Usage

1
2
EncryptFile(sourceFile, encryptedFile, key, SUNOS = FALSE, HEX_KEY = FALSE,
  ECB = FALSE, UUENC = FALSE, uuencFileName = "")

Arguments

sourceFile

The path to the file that should be encrypted

encryptedFile

The path to the target file

key

The key (either a character string of arbitrary length, or a 56bit HEX key)

SUNOS

Use SUNOS?

HEX_KEY

Should the key be interpreted as HEX?

ECB

Use ECB?

UUENC

Whether to use UU Encoding

uuencFileName

The original file name to add as a header to the Uuencoded file


gluc/libdes documentation built on May 17, 2019, 6:41 a.m.