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
Ensure that you have compatible version of the CipherTrust Manager installed on your system.
For Tokenization, ensure that you have compatible version of the CipherTrust Vaultless Tokenization (CT-VL) installed on your system.
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_userand a keytest_keyfor this user on the CipherTrust Manager.Download and copy the QuickStartEncryptInput.csv and QuickStartEncrypt.config files to the
$BDT_HOME/conf/directory. TheContactDetailscolumn of theQuickStartEncryptInput.csvfile will get encrypted using these steps.Download and copy the QuickStartEncrypt.policy file to
$BDT_HOME/samples/.Configure properties of default crypto library. Open command prompt from
$BDT_HOME/bin/and run the following command:bdt.sh -fEnter values as per the prompt messages and you are all set to run BDT.
Run the following command to write encrypted NAE user
test_userpassword inQuickStartEncrypt.configfile:bdt.sh -e -c ../conf/QuickStartEncrypt.configRun the following command:
bdt.sh -t -c ../conf/QuickStartEncrypt.config -p ../samples/QuickStartEncrypt.policyCheck the QuickStartEncryptOutput 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_userand a keytest_keyfor this user on the CipherTrust Manager.Download and copy the QuickStartEncryptInput.csv and QuickStartEncrypt.config files to the
$BDT_HOME/conf/directory. TheContactDetailscolumn of theQuickStartEncryptInput.csvfile will get encrypted using these steps.Download and copy the QuickStartEncrypt.policy file to
$BDT_HOME/samples/.Configure properties of default crypto library. Open command prompt from
$BDT_HOME/bin/and run the following command:bdt.bat -fEnter values as per the prompt messages and you are all set to run BDT.
Run the following command to write encrypted NAE user
test_userpassword inQuickStartEncrypt.configfile:bdt.bat -e -c ../conf/QuickStartEncrypt.configRun the following command:
bdt.bat -t -c ../conf/QuickStartEncrypt.config -p ../samples/QuickStartEncrypt.policyCheck the QuickStartEncryptOutput csv file created in
$BDT_HOME/conf/.