Skip to content

AliRn76/Steganography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Is The Original Image:

Image of APIs

This Is The Image With The Secret Message

Image of APIs

In Linux:

For Hide Message:

./encode "outside.jpg" "Your message"

your message should be max 44 characters


For See The Message:

./decode "secured_outside.jpg"

In Windows:

Run cdm (Command Prompt) :

  • Press windows + R ---> Type 'cmd' or 'cmd.exe'
  • Go To the address of file
    - copy address of the folder
    - paste it on cmd after 'cd' like this ---> cd C:\Users\Ali\Desktop\Steganography-master\Steganography-master
  • Write the following line in cmd

For Hide Message:

encode.exe "outside.jpg" "Your message"

your message should be max 44 characters


For See The Message:

decode.exe "secured_outside.jpg"

About

Hide The Secret Message In Image (Steganography)

Topics

Resources

Stars

Watchers

Forks

Languages