All Projects → immortal3 → Hidden-Eye

immortal3 / Hidden-Eye

Licence: GPL-3.0 license
Hide data into Picture

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Hidden-Eye

gif-msg
Hide 127 bytes in a gif without touching any pixels or colors
Stars: ✭ 26 (-33.33%)
Mutual labels:  steganography, steganography-algorithms
hiddenwave
An Audio Steganography Tool, written in C++
Stars: ✭ 46 (+17.95%)
Mutual labels:  steganography, steganography-algorithms
HiddenWave
Hide Your Secret Message in any Wave Audio File.
Stars: ✭ 97 (+148.72%)
Mutual labels:  steganography, steganography-algorithms
StegX
Steganography (BMP, PNG, WAV, MP3, AVI, FLV)
Stars: ✭ 22 (-43.59%)
Mutual labels:  steganography, steganography-algorithms
picamo
A Node JS steganography tool for the tin foil hat revolution!
Stars: ✭ 15 (-61.54%)
Mutual labels:  steganography, image-manipulation
pixcryption
📷 Pixel Safe Encryption - Now Cryptographically Secure 🔒
Stars: ✭ 56 (+43.59%)
Mutual labels:  steganography, steganography-algorithms
BusterNet
No description or website provided.
Stars: ✭ 49 (+25.64%)
Mutual labels:  image-manipulation
Python Computer Vision from Scratch
This repository explores the variety of techniques commonly used to analyze and interpret images. It also describes challenging real-world applications where vision is being successfully used, both for specialized applications such as medical imaging, and for fun, consumer-level tasks such as image editing and stitching, which students can apply…
Stars: ✭ 219 (+461.54%)
Mutual labels:  image-manipulation
Fourier-and-Images
Fourier and Images
Stars: ✭ 81 (+107.69%)
Mutual labels:  image-manipulation
gocv-playground
This repo contains various https://gocv.io/ examples
Stars: ✭ 29 (-25.64%)
Mutual labels:  image-manipulation
pyconngavi
Generates Branded Avatars for the PyconNG2017 Event
Stars: ✭ 13 (-66.67%)
Mutual labels:  image-manipulation
Steganography
Image & video steganography in Matlab
Stars: ✭ 31 (-20.51%)
Mutual labels:  steganography
hiddenthread
Steganography for 2ch
Stars: ✭ 18 (-53.85%)
Mutual labels:  steganography
texturize
🤖🖌️ Generate photo-realistic textures based on source images. Remix, remake, mashup! Useful if you want to create variations on a theme or elaborate on an existing texture.
Stars: ✭ 495 (+1169.23%)
Mutual labels:  image-manipulation
TryHackMe-Write-Up
The entire walkthrough of all my resolved TryHackMe rooms
Stars: ✭ 53 (+35.9%)
Mutual labels:  steganography
casia2groundtruth
Groundtruth images of tampering dataset CASIA 2.0
Stars: ✭ 97 (+148.72%)
Mutual labels:  image-manipulation
camera-fusion
Multiple cameras calibration and fusion with OpenCV Python.
Stars: ✭ 27 (-30.77%)
Mutual labels:  image-manipulation
Nova-Bot
This bot was created using discord.js v12. This bot offers you many powerful commands ranging from moderation to economy.
Stars: ✭ 37 (-5.13%)
Mutual labels:  image-manipulation
ImageWizard
Image processing webservice based on ASP.NET Core and ImageSharp / SkiaSharp / SvgNet / DocNET
Stars: ✭ 25 (-35.9%)
Mutual labels:  image-manipulation
color-aware-style-transfer
Reference code for the paper CAMS: Color-Aware Multi-Style Transfer.
Stars: ✭ 36 (-7.69%)
Mutual labels:  image-manipulation

Hidden-Eye

Hide data into Picture

Hidden-Eye is library which contain different kinds of Steganography's algorithm in it.

For now , It contains 2 algorithms for hidding data into PNG format.

One is for ASCII and other is for hidding pdf.

Hiding ASCII

For checking , You can use TestEnStrpng.py

Real_Red_Image

Encode_Image

Second Image contains 25000 hidden chars in it. Can you see difference in it ??

Hiding PDF

For checknig , You can use Hidingpdf.py

Real Photo Real_photo

hidden pdf into this photo Encoded_pdf_image

Issuses

Opencv is writting bigger image and reducing one channel when saving encoded png.

In pdf , there is error in retrieving font. IF someone kwons how to fix it email me or send push request.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].