Top 3 Rust Steganography Projects
-
Project mention: Weird things I learned while writing an x86 emulator | news.ycombinator.com | 2023-02-02
This is a good list! Another fun quirk: because x86 is a register-memory architecture and allows all kinds of variants of reg/mem operand encodings, there are a handful of equivalent encodings with exactly the same lengths (and just slightly different ModR/M bytes). You can take advantage of this to do software fingerprinting or, in my case, steganography without changing an executable’s size or semantics[1].
-
joke's on you, the first commit to that repo is from 2022, this crate's way older
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
stegano-rs
A cross-platform command line tool for steganography focused on performance and simplicity written in rust-lang.
Rust Steganography related posts
Index
What are some of the best open-source Steganography projects in Rust? This list will help you:
Project | Stars | |
---|---|---|
1 | steg86 | 268 |
2 | steganography | 85 |
3 | stegano-rs | 84 |