Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
R3DHULK authored Jan 29, 2023
1 parent a2a9122 commit fd2c826
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions README.md
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>

0 comments on commit fd2c826

Please sign in to comment.