import React from "react"; const About: React.FC = () => { return (

About

Currently, in the QR code security landscape, there is a gap in comprehensive protection against potential threats posed by malicious QR codes. Existing solutions often provide basic functionality, such as scanning QR codes to extract website URLs. However, these applications lack robust security measures to defend users against various types of malicious content embedded within QR codes.

Our intention with the SafeQR project is to bridge this gap by developing a comprehensive mobile application that offers advanced security features for scanning and interacting with QR codes. Unlike existing solutions that primarily focus on verifying website URLs, our app aims to take a more proactive and broad approach to QR code security.

{" "}
QR Code Scanning

The application will have the capability to scan QR codes directly using a camera or from saved images.

{" "}
Cross Platform

Designed to function seamlessly on both iOS and Android platforms, ensuring a broad user base can benefit from the application's protective features.

{" "}
Sandboxing for Safe Browsing

To enhance security, the application will open links in a sandboxed environment. This protected mode helps isolate and contain potential threats away from the user's device.

Learn More
); }; export default About;