DecryptFileTripleDES: Decrypt a file with the Triple DES algorithm

Description Usage Arguments

Description

Decrypt a file with the Triple DES algorithm

Usage

1
2
DecryptFileTripleDES(sourceFile, decryptedFile, key, ECB = FALSE,
  UUENC = FALSE)

Arguments

sourceFile

The path the the file that should be decrypted

decryptedFile

The path to the target file

key

The 56bit HEX key

ECB

Use ECB?

UUENC

Whether the files should be UU encoded


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