Paper Contents
Abstract
This research presents HackShield, a mobile-based security application that combines steganography and blockchain-inspired verification to securely encode and share sensitive information. The system leverages Least Significant Bit (LSB) steganography to embed encrypted payloadssuch as confidential messageswithin image files, ensuring that the existence of the message remains hidden from unintended recipients. Each payload is bundled with metadata including a recipient ID, senders device ID, timestamp, and a unique SHA-256 hash to maintain data integrity. This structure is then stored and tracked, mimicking the append-only nature of blockchain without incurring its computational complexity.The application is built using React Native and Expo, offering a modern, responsive user interface. After encoding, the system saves the stego-image locally and provides users with a secure option to share the image via filedocument mode to prevent compression. A custom Block Explorer tab mimics blockchain interfaces by listing mined blocks with hash IDs, sender, recipient, and verification status. The decode module verifies device authorization by comparing device hashes and validates the datas integrity using the embedded hash and database-stored blocks.The system aims to offer a privacy-preserving communication framework for secure data sharing, suitable for use cases like whistleblowing, secure ID transfer, and encrypted record-keeping. This hybrid approach bridges the usability of mobile apps with principles inspired by blockchain and cryptography, offering a novel, lightweight alternative to traditional secure communication platforms.
Copyright
Copyright © 2025 P. Swati. This is an open access article distributed under the Creative Commons Attribution License.