Skip to content

ashwek/Hide_n_Seek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hide n Seek - Cryptography & Steganography

This repository will contain code for cryptography & steganography (sort of).

With traditional steganography, one of the major issues is the maximum size of data that can be hidden inside another file.

Here, instead of hiding some data into another, already existing file, we create a new file. And since a new file is created, size of data to be hidden is no more an issue.

See Audio for more details on how some file can be hidden inside a .wav file.

Creating a new audio file from scratch to hide data instead of hiding inside an already existing (genuine) audio file has some limitations of its own. Since the audio file dosen't realy have any audio data, but some other file encoded into it, when the audio file is played, it may produce some unplesent noise, which beats the point of steganography, but this is just a hoby project, not meant to be perfect.

Releases

No releases published

Packages

No packages published

Languages