Skip to content

CipherQR is a Python tool that allows you to encode data within a QR code, break it down into smaller pieces, add a beautiful border, and then reconstruct the QR code to retrieve the data.

Notifications You must be signed in to change notification settings

sanath1599/CipherQR

Repository files navigation

CipherQR

CipherQR Logo

CipherQR is a Python tool that allows you to encode data within a QR code, break it down into smaller pieces, add a beautiful border, and then reconstruct the QR code to retrieve the data. It's a fun project created by Sanath Swaroop Mulky during their studies at RIT for the MS in Data Science program.

Author

Execution

To use CipherQR to encode and decode data, follow these steps:

  • Original Source Image:

    Source Image

  1. Generate a QR code from your data (e.g., a URL):

    generate_qr("https://sanathswaroop.com")
    breakdown_qr()
    add_border_to_image()
  • Final Image After Adding Data as Border:

    Final Image

  • Final Reconstructed QR to Get Data Back From the Final Image:

     cut_border_from_image()

    Reconstructed QR

Enjoy using CipherQR to Cipher and Decipher your Data

About

CipherQR is a Python tool that allows you to encode data within a QR code, break it down into smaller pieces, add a beautiful border, and then reconstruct the QR code to retrieve the data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages