CSF_ACW_1/Application
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
..
lib/steganography txt_steg.py Logic Error Fix 2023-05-31 17:13:06 +08:00
upload pptx, xlsx, docx sample added 2023-05-30 22:50:51 +08:00
views Download Button Added 2023-05-31 09:24:03 +08:00
lsb_rep.py Modified lsb_rep to add a global supported ext dict. Sorted bit pos list, added else block for some loops. Changed max session size. 2023-05-31 07:46:04 +08:00