Hi All,
I want to store encrypted data on an Oracle Database. At first, the data is stored in a PGP encrypted file, of course I own the private key.
The clear text is a list of values, each value in a line.
What I'm thinking about is writing two functions encrypt(value) and decrypt(encrypted_value).
How can I do this.
Thank you in advance for your help.
I want to store encrypted data on an Oracle Database. At first, the data is stored in a PGP encrypted file, of course I own the private key.
The clear text is a list of values, each value in a line.
What I'm thinking about is writing two functions encrypt(value) and decrypt(encrypted_value).
How can I do this.
Thank you in advance for your help.