cryptosteganography icon indicating copy to clipboard operation
cryptosteganography copied to clipboard

Error while saving data: the message you want to save is too long

Open Tylersuard opened this issue 4 years ago • 1 comments

My message .txt file is smaller than the image file... what is the problem?

Tylersuard avatar Jan 17 '22 04:01 Tylersuard

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.

computationalcore avatar Jan 18 '22 11:01 computationalcore