Skip to content

Commit

Permalink
Merge pull request #5 from QTRCodes/mobile-examples
Browse files Browse the repository at this point in the history
Mobile examples
  • Loading branch information
OllieJC authored Oct 16, 2024
2 parents c1cdf33 + 7ef6ddd commit 1e8a823
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
<img class="logo" src="/assets/images/qtr-codes-logo-darkmode.svg" width="100" title="QTRCodes Logo" />

# Welcome to QTRCodes.org
*Initial content and code specification still being drafted.*
*Initial content and [code specification](https://github.com/QTRCode/qtr-code-specification) still being drafted.*

## Overview
Quick Trusted Response (QTR) codes aim to enhance the security and trustworthiness of QR codes by introducing a standardised verification mechanism. By leveraging existing technologies like BIMI (Brand Indicators for Message Identification) and public key cryptography, QTR codes provide a method for users and applications to verify the authenticity of QR code content before any action is taken.

<img class="center" src="/assets/images/qtr-code-mobile-examples.png" width="700" style="text-align:center;" />

## Why QTR Codes?
- Mitigate QR Code Phishing Attacks: QTR codes help prevent malicious redirection and data theft by verifying the source and integrity of the QR code content.
- Enhance User Trust: By displaying verified brand logos and validation statuses, users can confidently interact with QR codes.
- Backward Compatibility: QTR codes are designed to be compatible with existing QR code readers, ensuring a seamless transition.

## Key Features
- Signature Verification: Uses cryptographic signatures appended as query parameters to verify content authenticity.
- Public Key Retrieval: Supports fetching public keys via DNS records or well-known endpoints.
- Public Key Retrieval: Supports fetching public keys via DNS records, well-known endpoints or HTTP response headers.
- BIMI Integration: Incorporates BIMI records to display verified brand logos.
- Offline Validation: Supports caching of BIMI records and public keys for offline verification.

Expand Down
Binary file added assets/images/qtr-code-mobile-examples.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1e8a823

Please sign in to comment.