CRCVDec 9, 2024

Gradient-based facial encoding for key generation to encrypt and decrypt multimedia data

arXiv:2412.06927v21 citationsh-index: 4
Originality Synthesis-oriented
AI Analysis

This addresses security for applications like secure file sharing and online transactions by combining facial biometrics with AES encryption, though it appears incremental as it integrates existing methods (HOG, SVM, AES) in a novel application.

The paper tackles security vulnerabilities in password-based and standalone biometric systems by introducing a biocryptosystem that generates a 32-bit encryption key from facial features using HOG and SVM, then applies AES to encrypt and decrypt various file types, with validation through experiments on 25 file types using metrics like correlation analysis and Shannon entropy.

Security systems relying on passwords are vulnerable to being forgotten, guessed, or breached. Likewise, biometric systems that operate independently are at risk of template spoofing and replay incidents. This paper introduces a biocryptosystem utilizing face recognition techniques to address these issues, allowing for the encryption and decryption of various file types through the Advanced Encryption Standard (AES). The proposed system creates a distinct 32-bit encryption key derived from facial features identified by Histogram of Oriented Gradients (HOG) and categorized using Support Vector Machines (SVM). HOG efficiently identifies edge-aligned facial features, even in dim lighting, ensuring that reliable biometric keys can be generated. This key is then used with AES to encrypt and decrypt a variety of data formats, such as text, audio, and video files. This encryption key, derived from an individual's distinctive facial traits, is exceedingly challenging for adversaries to reproduce or guess. The security and performance of the system have been validated through experiments using several metrics, including correlation analysis, Shannon entropy, normalized Hamming distance, and the avalanche effect on 25 different file types. Potential uses for the proposed system include secure file sharing, online transactions, and data archiving, making it a strong and trustworthy approach to safeguarding sensitive information by integrating the uniqueness of facial biometrics with the established security of AES encryption.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes