Commit Graph

11 Commits

Author SHA1 Message Date
devoalda dd2c3b1904 Added Support for PDF, Removed test statements
Signed-off-by: devoalda <linuxes_mojoworld@aleeas.com>
2023-06-04 16:16:16 +08:00
devoalda e49a45493b Cleared all print statements in Modules, Errors are raised instead of print. file_steg works with csv.
Signed-off-by: devoalda <linuxes_mojoworld@aleeas.com>
2023-05-31 21:04:18 +08:00
Rymndt 1e50a408d7 img_steg.py Logic Error Fix
Solved issues:
-Default changes second MSB instead of LSB
-Check does not take into account number of bits to be used for encoding

Notes:
-Altered check to compare bit sizes instead of byte sizes to accommodate above fix
2023-05-31 18:27:49 +08:00
Rymndt 56e4bb129c wav_steg bugfix 2023-05-31 18:13:08 +08:00
Rymndt 79fa3c4211 wav_steg.py Logic Error Fix
Solved issues:
-Default changes second MSB instead of LSB
-Length of secret data to be used as check is number of characters instead of bits
-Check for size limit did not account for number of bits to be used and was done before delimiter was added. (Could result in errors if secret data is within limit but delimiter exceeds)
2023-05-31 17:38:32 +08:00
Rymndt b25941ae1c txt_steg.py Logic Error Fix
Solved issues:
-Default changes second MSB instead of LSB
-Check for size limit was checking number of characters in data floor division 8 instead of multiplying by number of bits available for use.

Notes:
Renamed byte to char for clarity (Python Char = 4 bytes)
2023-05-31 17:13:06 +08:00
cleontay 7a0b96e805 docx depreciated 2023-05-30 22:19:02 +08:00
devoalda 2ecb426115 docx_steg deprecated. Duplicate of file_steg.py 2023-05-30 21:14:00 +08:00
cleontay 3cefaa692c Removed unwated prints 2023-05-30 18:56:24 +08:00
cleontay 7deda29c10 Re-Arragement of the whole folder 2023-05-30 18:53:26 +08:00
cleontay 37706ffe24 PNG image encoding Integrated 2023-05-30 17:44:50 +08:00