Releases: AndrewEC/SteganographyApp
Releases · AndrewEC/SteganographyApp
Framework Update
- 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
Updated to a newer version of ImageSharp, some slight performance improvements and some general code cleanup.
Random Data Read/Write
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
v1.0 Updated help and readme regarding using a regular expression as the v…