Commit Graph

42 Commits

Author SHA1 Message Date
devoalda b42adbd0ec Added Readme and License
Signed-off-by: devoalda <linuxes_mojoworld@aleeas.com>
2023-06-05 15:50:02 +08:00
devoalda 850b26c4ca Restructured Files to prep for archive
Signed-off-by: devoalda <linuxes_mojoworld@aleeas.com>
2023-06-05 15:27:35 +08:00
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 5713c4ea24 Merge branch 'master' of https://github.com/Devoalda/CSF_ACW_1 2023-05-31 09:24:09 +08:00
cleontay 88acf38da4 Download Button Added 2023-05-31 09:24:03 +08:00
devoalda 68c4f85cee 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
cleontay 129ecce981 pptx, xlsx, docx sample added 2023-05-30 22:50:51 +08:00
cleontay f38d2c2138 Added command for docx, xlsx, pptx 2023-05-30 22:44:04 +08:00
cleontay 7a0b96e805 docx depreciated 2023-05-30 22:19:02 +08:00
cleontay 94e90e92d5 Merge branch 'master' of https://github.com/Devoalda/CSF_ACW_1 2023-05-30 22:17:33 +08:00
cleontay 2c708d01f8 bmp, png, txt, wav, Mp3, Mp4 fully integrated 2023-05-30 22:17:25 +08:00
devoalda 2ecb426115 docx_steg deprecated. Duplicate of file_steg.py 2023-05-30 21:14:00 +08:00
cleontay b267e81b4a Unsupported Page Added 2023-05-30 21:07:38 +08:00
cleontay 3195c2c689 Txt integration Done 2023-05-30 20:07:35 +08:00
cleontay c438350b1b Wav Integrated and Checkbox Added 2023-05-30 19:49:13 +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 5d3133a3a9 Updated to 8 bit checkbox 2023-05-30 18:47:57 +08:00
cleontay 5ef0893381 Changed working path to relative 2023-05-30 18:11:28 +08:00
cleontay 37706ffe24 PNG image encoding Integrated 2023-05-30 17:44:50 +08:00
devoalda 6ed553ee1a Change mp3_steg to file_steg to allow for more file types to be used. All steg files are in their own modules now. 2023-05-30 07:34:58 +08:00
maxongzx0410 e16a8eed88 wav_steg : Initial commit 2023-05-30 03:19:41 +08:00
maxongzx0410 b87a367013 wav_steg : Initial commit 2023-05-30 03:18:21 +08:00
limwsquare 0e258940cd
Add files via upload 2023-05-29 23:09:26 +08:00
devoalda f2ceafb937 Updated mp3_steg to allow for multiple bit selection, file works with mp3 and mp4. img_steg works with png and bmp 2023-05-29 13:36:47 +08:00
devoalda 4a7c64eb3c Added mp3_steg to do steg in mp3 files, working with 1 bit position. 2023-05-29 12:05:58 +08:00
devoalda 3f0133577f Modified python files to add comments, encoded text file now resembles the old text file. Added files for testing. 2023-05-26 11:56:20 +08:00
devoalda 1794fb8646 Updated text steg to allow for hiding secret in multiple positions, added rng to test for both encoding and decoding 2023-05-25 20:58:34 +08:00
devoalda 9e4df438df Updated image Steg to allow for multiple chosen bits as bits to use for hiding 2023-05-23 11:53:11 +08:00
devoalda ceec3b719a Merge remote-tracking branch 'origin/master' 2023-05-23 11:21:53 +08:00
devoalda 82f0350af4 Fixed Delimeter error for image steg 2023-05-23 11:21:45 +08:00
cleontay 7aa29bd4ab Remove Unwanted py file 2023-05-23 10:23:10 +08:00
cleontay 5796b2b685 Flask Web Application 2023-05-22 14:15:59 +08:00
devoalda 6f23a081b8 Added Text file Steganography, Moved files to individual folders. 2023-05-22 13:33:07 +08:00
devoalda da558b7ca1 Fixed and rename image steg delimeter, able to take in large text data. 2023-05-22 12:05:57 +08:00
devoalda 570f26e4f4 Fixed bit shift error 2023-05-19 17:03:39 +08:00
devoalda 21544969fb Initial Commit 2023-05-19 16:49:39 +08:00