This document presents a parallel implementation of the RC4A symmetric stream cipher, referred to as PARC4-I, designed to enhance the efficiency of encryption and decryption processes by leveraging parallel processing techniques. It discusses the algorithm's structure, modifications using lookup tables, and performance improvements achieved through a parallel additive stream cipher framework, which allows simultaneous encryption of multiple bits. The findings indicate that the PARC4-I implementation provides significant time efficiency compared to traditional methods.