Quick Start
Using CipherTrust Batch Data Transformation (BDT), you can perform transformation through encryption and tokenization. This Quick Start page describes how to run BDT in the simplest form, that is, performing a file-to-file transformation through encryption.
Prerequisites for Encryption
Ensure that you have CADP-JCE (previously named as PA-JCE) version 8.12.0 or higher installed on your system.
Ensure that a CipherTrust Manager version compatible with the installed CADP-JCE/CT-VL version is running.
Encrypting Files
Commands to encrypt files on Linux and Windows are detailed below. Click the desired tab for details.
1. Installation
Refer to Installing BDT for details.
2. File-to-File Transformation
Below are the steps to run File-to-File transformation in BDT:
Create a user
test_user
and a keytest_key
for this user on the CipherTrust Manager.Download and copy the QuickStartInput.csv and QuickStart.config files to the
$BDT_HOME/conf/
directory. TheContactDetails
column of theQuickStartInput.csv
file will get encrypted using these steps.Download and copy the QuickStart.policy file to
$BDT_HOME/samples/
.Configure CADP JCE. Refer to the CADP JCE documentation for details.
Run the following command to write encrypted NAE user
test_user
password inQuickStart.config
file:bdt.sh -e -c ../conf/QuickStart.config
Run the following command:
bdt.sh -t -c ../conf/QuickStart.config -p ../samples/QuickStart.policy
Check the QuickStartOutput csv file created in
$BDT_HOME/conf/
.
1. Installation
Refer to Installing BDT for details.
2. File-to-File Transformation
Below are the steps to run File-to-File transformation in BDT:
Create a user
test_user
and a keytest_key
for this user on the CipherTrust Manager.Download and copy the QuickStartInput.csv and QuickStart.config files to the
$BDT_HOME/conf/
directory. TheContactDetails
column of theQuickStartInput.csv
file will get encrypted using these steps.Download and copy the QuickStart.policy file to
$BDT_HOME/samples/
.Configure CADP JCE. Refer to the CADP JCE documentation for details.
Run the following command to write encrypted NAE user
test_user
password inQuickStart.config
file:bdt.bat -e -c ../conf/QuickStart.config
Run the following command:
bdt.bat -t -c ../conf/QuickStart.config -p ../samples/QuickStart.policy
Check the QuickStartOutput csv file created in
$BDT_HOME/conf/
.