How can i run SilentEye from command line? (batch mode)
1. Requirements
Batch mode is only available from version 0.4.3 of SilentEye. (source here on branch 0.4)You can change encode and decode options by editing the following files :
- silenteye.conf
- seformatbmp.conf
- seformatjpeg.conf
- seformatwav.conf
2. Examples
Basics:./silenteye --batch encode ./myfile.png --message "my secret message"
./silenteye --batch encode ./myfile.png --message_file ./message.txt
Encryption:
./silenteye --batch encode ./myfile.png --message "my secret message" --password "my password"