How to write postgreSQL rc4 crypt code for encryption/decryption?

Asked By 20 points N/A Posted on -
qa-featured

Hi to developers. I have developed a company database using postgresql queries as it has many advance features over SQL. But now I am looking for postgresql rc4 crypt code which can work with my database to secure data strictly. Please tell me how to achieve RC4 ENCRYPTION. Any suggestion or method?

SHARE
Best Answer by Marvin M Calderon
Answered By 0 points N/A #131322

How to write postgreSQL rc4 crypt code for encryption/decryption?

qa-featured

To achieve data security in your database you need to use a mix of encrypting and hashing when need,

Here is a link of different PostgreSQL crypto that gives you a variety of methods and functions to deal with data security including hashing functions and encryption functions

Best Answer
Best Answer
Answered By 55 points N/A #131323

How to write postgreSQL rc4 crypt code for encryption/decryption?

qa-featured

Hello Omarionalejandro,

If you want to encrypt or decrypt your data then I am sending you a PDF file from there you can learn so many security features ALGORITHM and also you can learn that how to encrypt or decrypt a data.

It also contains some queries related to the database. All you need is to download that file and read it. 

I am also sending you a link which is aN online converter you can get your data in a hidden or coded form by pasting there. Also you can get your data back from there. So you can also try that one for your data abstraction.

 

Related Questions