sensus.decrypt.bin.files: Decrypts Sensus .bin files that were encrypted using...

Description Usage Arguments Value

Description

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

Usage

1
2
3
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


SensusR documentation built on May 2, 2019, 1:27 a.m.