Skip to content

shaaam-ex/steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Image Data Extractor

This is a Vue 3 application that extracts hidden data (using LSB steganography) from images. It also features smooth animations with VueUse Motion.


✨ Features

✅ Upload an image file
✅ Preview the selected image with a glowing 3D hover effect
✅ Extract hidden messages embedded in the image’s least significant bits (LSB)
✅ Smooth fade-in transitions for the extracted message using GSAP
✅ Beautiful, responsive UI


🚀 Technologies

  • Vue 3 (Composition API)
  • Vue Router
  • GSAP for transitions
  • CSS transitions and effects

📦 Project Setup

# Install dependencies
pnpm install

# Start the development server
pnpm run dev

# Build for production
pnpm run build

# Preview the production build
pnpm run preview

About

Steganography on vuejs

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors