This document discusses enhancing security in RFID systems using the RSA encryption algorithm. It begins with background on RFID technology and its security issues. It then provides an overview of the RSA algorithm and encryption process. The document proposes implementing RSA in the RFID reader to encrypt data transmitted to RFID tags. It describes how RSA would encrypt data over the air interface between readers and tags, improving security against eavesdropping or data manipulation. Finally, it provides a simple example encrypting a password using a public key and decrypting it with a private key, demonstrating how RSA could enhance RFID security.