https://github.com/r3dhulk/steganography-in-perl
Simple Steganography Tool In Perl
https://github.com/r3dhulk/steganography-in-perl
blackhat decoder decoders decoding encoder encoder-decoder encoding encryption encryption-decryption ethical ethical-hacking ethical-hacking-tools ethicalhacking hacker hacking stegano steganography steganography-encoding steganograpy stego
Last synced: 2 months ago
JSON representation
Simple Steganography Tool In Perl
- Host: GitHub
- URL: https://github.com/r3dhulk/steganography-in-perl
- Owner: R3DHULK
- License: mit
- Created: 2023-01-31T05:38:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T07:19:01.000Z (about 2 years ago)
- Last Synced: 2025-01-10T17:42:03.770Z (4 months ago)
- Topics: blackhat, decoder, decoders, decoding, encoder, encoder-decoder, encoding, encryption, encryption-decryption, ethical, ethical-hacking, ethical-hacking-tools, ethicalhacking, hacker, hacking, stegano, steganography, steganography-encoding, steganograpy, stego
- Language: Perl
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Steganography In Perl
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 😊
#
Git Installation
```
# Install Git
sudo apt install git# Install Perl
sudo apt install perl# Git Clone
git clone https://github.com/R3DHULK/steganography-in-perl```
Usages:
```
# Change Directory
cd steganography-in-perl# For Encoding Message
perl encode-msg.pl <"Secret Message"># For Decoding Message
perl decode.pl
```#
Show Support 👇👇👇