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

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?
