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_user
and a keytest_key
for this user on the CipherTrust Manager.Download and copy the QuickStartEncryptInput.csv and QuickStartEncrypt.config files to the
$BDT_HOME/conf/
directory. TheContactDetails
column of theQuickStartEncryptInput.csv
file 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 -f
Enter values as per the prompt messages and you are all set to run BDT.
Run the following command to write encrypted NAE user
test_user
password inQuickStartEncrypt.config
file:bdt.sh -e -c ../conf/QuickStartEncrypt.config
Run the following command:
bdt.sh -t -c ../conf/QuickStartEncrypt.config -p ../samples/QuickStartEncrypt.policy
Check 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_user
and a keytest_key
for this user on the CipherTrust Manager.Download and copy the QuickStartEncryptInput.csv and QuickStartEncrypt.config files to the
$BDT_HOME/conf/
directory. TheContactDetails
column of theQuickStartEncryptInput.csv
file 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 -f
Enter values as per the prompt messages and you are all set to run BDT.
Run the following command to write encrypted NAE user
test_user
password inQuickStartEncrypt.config
file:bdt.bat -e -c ../conf/QuickStartEncrypt.config
Run the following command:
bdt.bat -t -c ../conf/QuickStartEncrypt.config -p ../samples/QuickStartEncrypt.policy
Check the QuickStartEncryptOutput csv file created in
$BDT_HOME/conf/
.