You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
usage: python3 croxe.py [-h] [-D DATA] [-H HASH_TYPE] [-e] [-d] [-i] [-f] [-b] [-c] target
Photo Injection Tool
positional arguments:
target the image that holding the data
options:
-h, --help show this help message and exit
-D DATA, --data DATA the data that will be inject in the target image
-H HASH_TYPE, --hash-type HASH_TYPE
specific hash type for the data (Default = sha1)
-e, --encrypt data encrypt before injecting it (Default = false)
-d, --decrypt data decrypt after extracting it (Default = false)
-i, --inject choose to inject data instead of extracting it (Default = false)
-f, --file determine whether you are content inside a specific file (Default = false)
-b, --back-up take a back up for the source image in Form ^ImageName_backup.jpg^ (Default = false)
-c, --clear remove the injecting data from the target image [work just with the data that have been
injecting with the same tool in the same device]
Only JPG images is allowed