steg86 Logo

steg86

0
Free
Visit Website

steg86 is a format-agnostic steganographic tool for x86 and AMD64 binaries. You can use it to hide information in compiled programs, regardless of executable format (PE, ELF, Mach-O, raw, &c). It has no performance or size impact on the files that it modifies (adding a message does not increase binary size or decrease execution speed). Installation: steg86 can be installed via cargo: $ cargo install steg86 Alternatively, you can build it in this repository with cargo build: $ cargo build Usage: See steg86 --help for a full list of flags and subcommands. Profiling: To profile a binary for steganographic suitability: $ steg86 profile /bin/bash Summary for /bin/bash: 175828 total instructions 27957 potential semantic pairs 19 potential commutative instructions 27944 bits of information capacity (3493 bytes, approx. 3KB) Embedding: To embed a message into a binary: $ steg86 embed /bin/bash ./bash.steg <<< "here is my secret message" By default, steg86 embed writes its output to $input.steg. For example, /lib64/ld-linux-x86-64.so.2 would become /lib64/ld-linux-x86-64.so.2.steg. steg86 embed will exit with a no

FEATURES

ALTERNATIVES

Tang is a server for binding data to network presence, providing an easy and secure alternative to key escrow.

A utility tool for decrypting data from weak public keys and attempting to recover the corresponding private key, primarily for educational purposes.

Microsoft BitLocker is a full volume encryption feature in Windows for protecting data on lost or stolen devices, with tools and resources for implementation.

A project focusing on deconstructing and utilizing data for security using Python modules like IPython, Pandas, and Scikit Learn.

Realtime privacy monitoring service for smartphones that analyzes how apps handle private information.

Tool to clean Exif data from images in AWS S3 bucket

Detect stegano-hidden data in PNG & BMP using zsteg tool.

A portable public domain password hashing framework for PHP applications.