This project is a simple cryptography application that combines **message encryption** with **QR code generation** to provide a secure and portable way to share information. The user first writes a message and encrypts it using a password. After the encryption process, the encrypted text is automatically converted into a QR code. This QR code can then be saved or shared as an image.
To read the message, the receiver scans the QR code to obtain the encrypted text and then enters the correct password to decrypt it. Without the correct password, the original message cannot be recovered. This approach adds an extra layer of security by combining **encryption** with **QR-based storage and transmission**, making it useful for securely sharing sensitive information in a simple and visual format.