Posts

Showing posts from February, 2020

File Encryption And Decryption In Information Cloud

Image
Description The purpose is to securely transfer the data from source flat file to the target database by performing the encryption and decryption. Our source flat file is an on-premise file. Before loading the data into the target database, the source flat file is encrypted and decrypted using the file processor connector. For performing the encryption and decryption we need to generate the keys using the third party tool. We need to generate the notifications after loading the data into the database. Step 1: Select the administrator module and install the connectors. Here we are installing the File Processor connector to perform encrypt process on a file. Step 2: Now create file processor connections for encryption and decrption Step 3 : Create the flat file connections for storing the encrypted and decrypted files Step 4: Now generate public key and private key in https://pgpkeygen.com/ website . The passphrase key here should...