DecryptFile: Decrypt a file with the DES algorithm

Description Usage Arguments

View source: R/libdes_functions.R

Description

Decrypt a file with the DES algorithm

Usage

1
2
DecryptFile(sourceFile, decryptedFile, key, SUNOS = FALSE, HEX_KEY = FALSE,
  ECB = FALSE, UUENC = FALSE)

Arguments

sourceFile

The path to the file that should be decrypted

decryptedFile

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


gluc/datalicenseR documentation built on Aug. 5, 2021, 10:50 p.m.