Version 5, last updated by hollowlife1987 at December 30, 2007 07:05 UTC

YASA (Yet Another Steganography Application) is a .Net 2.0 Application which will hide any data inside a picture.


Current Features

  • Zlib compression on the data
  • Filename saving

 

Current Limitations

  • Will only save output picture as a PNG
  • There is no Encryption support
  • Data must be less than the total number of pixels in the image - 5 [(Width * Height) - 5]


Known Bugs

  • Zlib checksum error when extracting data from source that has embeded metadata (Fixed)

 

Screenshots

 

Sample Data

  • An image Before data has been hidden inside it

 

  • The same image After data has been hidden inside it

 

  • The data that is hidden inside the image