Skip to content

Releases: AndrewEC/SteganographyApp

Framework Update

16 Jan 13:53
Compare
Choose a tag to compare
  • Updated .Net core version and nuget package versions.
  • Argument parser no longer singleton
  • Can instantiate generated from string seed with single call
  • Cleaned up code for the Clean action
  • General cleanup of entry point
  • Added more inline comments and updated documentation

Minor Improvements

23 Jan 19:19
Compare
Choose a tag to compare

Updated to a newer version of ImageSharp, some slight performance improvements and some general code cleanup.

Random Data Read/Write

03 Jun 05:54
Compare
Choose a tag to compare

Added in feature to randomize the order of the bytes read from the input file before they are encoded and written to the cover images when a random seed is provided.

Whenever a random seed is provided when encoding data the same random seed will be needed to properly decode the data and put it back in the correct order. Otherwise you will likely end up with a corrupt file.

Initial Release

29 May 02:01
Compare
Choose a tag to compare
v1.0

Updated help and readme regarding using a regular expression as the v…