Skip to content

harlo/C-Steganography-Framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JPEG Steganography Framework in C

dct.c: This provides access via an array to the DCT coefficients which can then be modified before being re-saved as another JPEG. It depends on the IJG JPEG library (or libjpeg) which can be found here: http://www.ijg.org/

f5algorithm.c: Shows a dummy example of how to implement the f5 algorithm

cprngssl.c: Cryptographic Psuedo Random Number Generator using openSS:

About

C code to decode a JPEG and provide access to the DCT coefficients

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%