Project for Steganography AGH course, created together with @bojdyst.
Our application includes implementations of steganographic methods for hiding messages in images based on the following publications:
- (RDH grayscale) B. Li, "Secure Reversible Data Hiding in Images with Scalable Capacity," 2023 Asia Symposium on Image Processing (ASIP), Tianjin, China, 2023, pp. 74-78, doi: 10.1109/ASIP58895.2023.00020.
- (Improved LSB) R. Poudyal and S. Shakya, "Performance Analysis of Stegano Data with Improved LSB Substitution using Horse Step Algorithm and Advanced Encryption Standard," 2018 International Conference on Advances in Computing, Communication Control and Networking (ICACCCN), Greater Noida, India, 2018, pp. 307-311, doi: 10.1109/ICACCCN.2018.8748723.
- (Standard LSB) Jayanthi, Lakshmi.M, Pavithra.M, Prakruthi.M, “An Overview on LSB and LSB+HUFFMAN based Steganography”, International Journal for Research in Applied Science & Engineering Technology (IJRASET) ISSN: 2321-9653; IC Value: 45.98; SJ Impact Factor: 6.887 Volume 6 Issue V, May 2018
- (MSB bit differencing) A. U. Islam et al., "An improved image steganography technique based on MSB using bit differencing," 2016 Sixth International Conference on Innovative Computing Technology (INTECH), Dublin, Ireland, 2016, pp. 265-269, doi: 10.1109/INTECH.2016.7845020.
- (Edges) R. D. Rashid and T. F. Majeed, "Edge Based Image Steganography: Problems and Solution," 2019 International Conference on Communications, Signal Processing, and their Applications (ICCSPA), Sharjah, United Arab Emirates, 2019, pp. 1-5, doi: 10.1109/ICCSPA.2019.8713712.
And two implemetations based on (but with some logic changed) the following papers:
- Custom Chaos Implementation using Henon's algorithm.
- (Emphasize-blue-plane LSB) A. Singh and H. Singh, "An improved LSB based image steganography technique for RGB images," 2015 IEEE International Conference on Electrical, Computer and Communication Technologies (ICECCT), Coimbatore, India, 2015, pp. 1-4, doi: 10.1109/ICECCT.2015.7226122.