Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r3dhulk/steganography-in-go
Simple Steganography Tool In Python
https://github.com/r3dhulk/steganography-in-go
cybersecurity decryption encrypt encryption encryption-decryption ethical-hacking ethical-hacking-tools ethicalhacking go go-for-ethical-hackers go-for-ethical-hacking goforethicalhackers goforethicalhacking golang golang-for-ethical-hackers stegano steganography steganography-encoding steganography-tools steganograpy
Last synced: 24 days ago
JSON representation
Simple Steganography Tool In Python
- Host: GitHub
- URL: https://github.com/r3dhulk/steganography-in-go
- Owner: R3DHULK
- License: mit
- Created: 2023-01-29T15:57:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T16:13:34.000Z (about 2 years ago)
- Last Synced: 2024-11-12T00:12:51.636Z (3 months ago)
- Topics: cybersecurity, decryption, encrypt, encryption, encryption-decryption, ethical-hacking, ethical-hacking-tools, ethicalhacking, go, go-for-ethical-hackers, go-for-ethical-hacking, goforethicalhackers, goforethicalhacking, golang, golang-for-ethical-hackers, stegano, steganography, steganography-encoding, steganography-tools, steganograpy
- Language: Go
- Homepage:
- Size: 7.2 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Steganography In Go
What Is Steganography?
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).#
#
😇 Author: Sumalya Chatterjee
#
❤️ Don't Copy, Do Fork 😊
#
See What This Tool Usually Does 👇
![Alt text](steganography.png)
#
Git Installation
```
# 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```
#
Show Support 👇👇👇