cryptosteganography
cryptosteganography copied to clipboard
Error while saving data: the message you want to save is too long
My message .txt file is smaller than the image file... what is the problem?
By how much? Because the AES encryption combined with padding increase the size of the data. Maybe if you compress the file before adding will work.
BTW it is a nice feature to add here in the future, compress data before encrypt.