stego icon indicating copy to clipboard operation
stego copied to clipboard

🦕 stego is a steganographic swiss army knife.

Results 11 stego issues
Sort by recently updated
recently updated
newest added

Bumps [regex](https://github.com/rust-lang/regex) from 1.1.6 to 1.5.6. Changelog Sourced from regex's changelog. 1.5.6 (2022-05-20) This release includes a few bug fixes, including a bug that produced incorrect matches when a non-greedy...

dependencies

Bumps [image](https://github.com/image-rs/image) from 0.21.1 to 0.23.5. Changelog Sourced from image's changelog. Version 0.23.5 The png encoder now allows configuring compression and filter type. The output is not part of stability...

dependencies

`stego` should be able to `encode/decode` and `encode/decode` from both audio and video formats.

enhancement

Need more tests to ensure data decoding/encoding is lossless.

enhancement

It would be awesome if `stego` could use traits to allow for custom encodable/decodable (source) datatypes along with custom host types. I'm thinking an API similar to the following: -...

enhancement

When I try and decode an encoded image from another file something weird happens. Some of the color channels get swapped. For example, if I encode `bee.png` into `apple-test.png` and...

bug

`Stego` should be able to hold encrypted data. Maybe add a `--password` field on encoding/decoding. Not sure.

enhancement
help wanted
question

Encoding a 3.2 MB PNG causes the final product to balloon to 4.6 MB (With the entire Bee Movie script as payload) Encoding a 16K PNG causes the final product...

bug
question