This document discusses implementing the RSA encryption algorithm on a quantum computer using the IBM QISKIT platform. It begins with an abstract that outlines the motivation to explore using quantum computing techniques to enhance the security of traditional cryptographic methods like RSA. It then provides background on quantum computing concepts like qubits, Bloch spheres, and quantum phenomena. It explains the traditional RSA encryption process and key generation. Finally, it introduces IBM QISKIT as a tool for writing and executing quantum programs and circuits, and discusses potential methods for implementing a quantum version of RSA using modular exponentiation and other techniques.