-
Couldn't load subscription status.
- Fork 0
f_Encrypt
rasberry edited this page Aug 23, 2024
·
2 revisions
Encrypt or Decrypts the pixels of an image
Note: (text) is escaped using RegEx syntax so that passing binary data is possible. Also see -raw option
-d Enable decryption (default is to encrypt
-p (text) Password used to encrypt / decrypt image
-pi Ask for the password on the command prompt (instead of -p)
-raw Treat password text as a raw string (shell escaping still applies)
-iv (text) Initialization Vector - must be exactly 16 bytes
-test Print out any specified (text) inputs as hex and exit
| toes | zebra | |
|---|---|---|
| -p 1234 | ![]() |
![]() |
| -d -p 1234 | ![]() |
![]() |



