Получение справки о ключах программы
Получение справки о ключах программы
JpegSecretCLI --help
JpegSecretCLI Version 2.0
Commands:
--help This information
--version Version information
--capacity Show image secret information capacity
--add Write secret data
--extract Read secret data
Get image capacity (--capacity):
Keys:
-i files Select input JPEG file(s)
-if files_list Select input files list with JPEG file(s)
-I directory Select directory with input JPEG file(s)
Examples:
JpegSecretCLI --capacity -i 1.jpg temp\2.jpg d:\pictures\3.jpg
JpegSecretCLI --capacity -if d:\Work\current.list
JpegSecretCLI --capacity -I d:\Temp
Write secret data (--add):
Keys:
-i files Select input JPEG file(s)
-if files_list Select input files list with JPEG file(s)
-I directory Select directory with input JPEG file(s)
-o files Select output JPEG file(s) (the number of input files must be equal number of output files)
-of files_list Select ouput files list with JPEG file(s)
-O directory Select directory for ouput file(s)
-f files Select secret files
-if files_list Select secret files from file with files list
-F directory Select secret files from directory
-b file Get image from file
-c Get image from clipboard
-t text Select secret text from parameter
-T text_file Select secret text from file
-p password Set password for encryption
-P password_file Select file with password
Examples:
JpegSecretCLI --add -i 1.jpg temp\2.jpg d:\pictures\3.jpg -o res\2.jpg res\3.jpg -p MyPass
JpegSecretCLI --add -if e:\images.list -O d:\Temp -p MyPass
JpegSecretCLI --add -if e:\images.list -of outfiles.list -p MyPass
JpegSecretCLI --add -I d:\Temp -P c:\data\password.txt
JpegSecretCLI --add -b c:\Pictures\s.png -o d:\Temp\123.jpg -P c:\data\password.txt
JpegSecretCLI --add -c d:\Temp -P c:\data\password.txt
JpegSecretCLI --add -t d:\Temp -P c:\data\password.txt
JpegSecretCLI --add -T d:\Temp -P c:\data\password.txt
Read secret data (--extract):
Keys:
-i file Select input JPEG file with secrets
-o file Select output file (for text, bitmap or one file)
-O directory Select directory for ouput file(s)
-c Put secret image to clipboard
-t Print text to console
-p password Set password for encryption
-P password_file Select file with password
Examples:
JpegSecretCLI --extract -i 1.jpg -o temp\secret.txt -p MyPass
JpegSecretCLI --extract -i d:\Temp\2.jpg -O d:\Temp\result -P c:\data\password.txt
JpegSecretCLI --extract -i e:\3.jpg -c -p "My smart password"
Created with the Personal Edition of HelpNDoc: Free help authoring tool