This document summarizes a research paper that analyzes the performance of the RSA cryptographic algorithm when implemented in parallel using Nvidia's CUDA framework. It first describes the traditional RSA algorithm and CUDA architecture. It then discusses how RSA was designed for implementation in CUDA, with encryption and decryption operations parallelized across GPU threads and cores. The results show that GPU parallelization provides significant speedups compared to CPU-only implementation, with performance increasing based on the number of threads used.