This document summarizes a prototype authentication system using Python programming and database applications. The system uses barcodes and QR codes to authenticate physical entities. It generates unique QR codes for registered entities from their data stored in a database. It then sends the QR codes to the corresponding entities via email. For authentication, the system scans QR codes using a camera and checks if the data extracted from the QR code matches the stored database data. If it matches, authentication is approved. This allows for a contactless, automated authentication process using commonly available hardware like cameras instead of specialized barcode scanners.