Skip to content

Feature: Encrypted/Authenticated QR / Dual Layer QR codes #22

@sambacha

Description

@sambacha

Encoded Private Messaging on QR Codes

https://www.denso-wave.com/en/system/qr/product/sqrc.html

This system encodes both public and private messages simultaneously in a single QR code through textured pattern substitution and cryptographic techniques.

Public message $(M_pub)$: Standard QR content readable by any scanner
Private message $(M_priv)$: Hidden content requiring specialized decoding
q = 8 distinct textured patterns (P = {P₁, P₂, ..., P₈})
Each pattern encodes $log₂(8) = 3$ bits of information
Cryptographic $key$ $(K)$ for private message scrambling

you can see the rest of the outline in the prompt file in the repo below

A.I generated slop PoC here https://www.denso-wave.com/en/system/qr/product/sqrc.html

What needs to be fixed:
formalized patterns
crypto stuff
more use cases

Image

Basically, what do you think? Not asking to add this to the qr package

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions