Skip to content

Commit 2f86845

Browse files
authored
MIGRATOR.md edits
1 parent ebb480d commit 2f86845

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/reference/MIGRATOR.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
# CipherStash Migrator
22

3-
The CipherStash Migrator is a tool that can be used to migrate plaintext data in a database to its encrypted equivalent.
3+
CipherStash Migrator is a tool that can be used to migrate plaintext data in a database to its encrypted equivalent.
44
It works inside the CipherStash Proxy Docker container and can handle different data types such as text, JSONB, integers, booleans, floats, and dates.
5-
By specifying the relevant columns in your table, the migrator will seamlessly encrypt the existing data and store it in designated encrypted columns.
5+
By specifying the relevant columns in your table, CipherStash Migrator will seamlessly encrypt the existing data and store it in designated encrypted columns.
66

77
## Prerequisites
88

99
- [CipherStash Proxy](PROXY.md)
1010
- [Have set up EQL in your database](GETTINGSTARTED.md)
1111
- Ensure that the columns where data will be migrated already exist.
1212

13-
Here’s a draft for the technical usage documentation for the CipherStash Migrator tool:
14-
1513
## Usage
1614

1715
The CipherStash Migrator allows you to specify key-value pairs where the key is the plaintext column, and the value is the corresponding encrypted column.

0 commit comments

Comments
 (0)