This project is for the class "Seguridad informática" for a Steganography in audio project made in C.
git clone https://github.com/BernardoEstrada/SteganographyInAudioCompilar
gcc -o [executable name] LSB.cNombre del ejecutable en nuestro caso: LSB
Comando para imprimir mensaje de ayuda:
./LSB -hComando 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>Bernardo Estrada Fuentes @BernardoEstrada
Francisco Agustín Díaz Vergara
Sebastian Resendiz