Encoded the message:
phasm encode ../image.jpeg -m "secret_m" -p "passwd" -o stego.jpeg
an image appeared, but in this format,
1 - The image is clearly distorted.
2 - when decrypted, it displays a "segmentation fault"
I'll decrypt it with the command:
phasm decode -p "passwd" stego.jpeg
Encoded the message:
phasm encode ../image.jpeg -m "secret_m" -p "passwd" -o stego.jpeg
an image appeared, but in this format,
1 - The image is clearly distorted.
2 - when decrypted, it displays a "segmentation fault"
I'll decrypt it with the command:
phasm decode -p "passwd" stego.jpeg