Skip to content

Simple least significant bit (LSB) image steganography algorithm implemented in Rust.

Notifications You must be signed in to change notification settings

hrichharms/rust-lsb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-lsb

Simple least significant bit (LSB) image steganography algorithm implemented in Rust.

Usage

To enode a file into an image:

rust-lsb hidden_message.txt host_image.png encoded.png

To extract an encoded file from an image:

rust-lsb encoded.png hidden_message.txt

Todo

  • Implement variable bit usage i.e. use 2 least significant bits etc.
  • Implement better logging
  • Implement better error handling

About

Simple least significant bit (LSB) image steganography algorithm implemented in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages