-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<h1><b>Steganography In Go</b></h1> | ||
<h1><b>What Is Steganography?</b></h1> | ||
<h2><i>Steganography is the technique of hiding secret data within an ordinary, non-secret, file or message in order to avoid detection; the secret data is then extracted at its destination. The use of steganography can be combined with encryption as an extra step for hiding or protecting data. The word steganography is derived from the Greek words steganos (meaning hidden or covered) and the Greek root graph (meaning to write).</h1></i> | ||
|
||
# | ||
<img src="https://img.shields.io/badge/Go-blue"> <img src="https://img.shields.io/badge/Licence-MIT-yellowgreen"><img src="https://img.shields.io/badge/Download-Now-green"></a> | ||
|
||
# | ||
<h2><b> π Author: Sumalya Chatterjee </b></h2> | ||
|
||
# | ||
<h1><b>β€οΈ Don't Copy, Do Fork π</b></h1> | ||
|
||
# | ||
<h1><b>See What This Tool Usually Does π</b></h1> | ||
|
||
![Alt text](steganography.png) | ||
|
||
# | ||
|
||
<h1><b>Git Installation </h1></b> | ||
|
||
``` | ||
# Install Git | ||
sudo apt install git | ||
# Install Go | ||
sudo apt install golang | ||
# Git Clone | ||
git clone https://github.com/R3DHULK/steganography-in-go | ||
# Change Directory | ||
cd steganography-in-go | ||
# Run This Tool To Encode | ||
go encoding_data.go | ||
# Run This Tool To Encode | ||
go decoding_data.go | ||
``` | ||
# | ||
<h2><b><i> Show Support πππ</b></i> </h2> | ||
<a href="https://www.buymeacoffee.com/r3dhulk"> <img align="center" src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" height="50" width="210" alt="https://www.buymeacoffee.com/r3dhulk" /></a><br><br> | ||
|