sensus.decrypt.bin.files {SensusR}R Documentation

Decrypts Sensus .bin files that were encrypted using asymmetric public/private key encryption.

Description

Decrypts Sensus .bin files that were encrypted using asymmetric public/private key encryption.

Usage

sensus.decrypt.bin.files(data.path, is.directory = TRUE,
  recursive = TRUE, rsa.private.key.path,
  rsa.private.key.password = askpass, replace.files = FALSE)

Arguments

data.path

Path to Sensus .bin data (either a file or a directory).

is.directory

Whether or not the path is a directory.

recursive

Whether or not to read files recursively from directory indicated by path.

rsa.private.key.path

Path to RSA private key generated using OpenSSL.

rsa.private.key.password

Password used to decrypt the RSA private key.

replace.files

Whether or not to delete .bin files after they have been decrypted.

Value

None


[Package SensusR version 2.3.1 Index]