Skip to content

BernardoEstrada/SteganographyInAudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steganography in audio

This project is for the class "Seguridad informática" for a Steganography in audio project made in C.

Installation

git clone https://github.com/BernardoEstrada/SteganographyInAudio

Usage

Compilar

gcc -o [executable name] LSB.c

Nombre del ejecutable en nuestro caso: LSB

Comando para imprimir mensaje de ayuda:

./LSB -h

Comando para insertar con mensaje:

./LSB.c -em  origin message destination <Bits per byte>

Comando para insertar con archivo:

./LSB -ef messagePath destination <Bits per byte>

Comando para extraer e imprimir:

./LSB -xp origin <Bits per byte>

Comando para extraer en un archivo:

./LSB -xf origin output <Bits per byte>

Credits

Bernardo Estrada Fuentes @BernardoEstrada

Francisco Agustín Díaz Vergara

Sebastian Resendiz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages