40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
***** ***** ***** *****
|
|
*** Picseal ***
|
|
***** ***** ***** *****
|
|
|
|
Your Photo is your Crypto Key
|
|
-protect from photo modification
|
|
-verify photo ownership
|
|
-proof of photo originality, proof of photo ownership. (hash time stamp, Certified Secret tech)
|
|
-use a photo as authentication (what you have), requires chain-of-custody, requires time stamp verify
|
|
-generate a new key pair to share with every photo
|
|
|
|
|
|
|
|
[[ Requirements ]]
|
|
Python 3
|
|
pycrypto==2.6.1
|
|
|
|
|
|
|
|
[[ Usage ]]
|
|
Create PicSeal images
|
|
picseal.py -i <image_file>
|
|
|
|
***** ***** ***** *****
|
|
|
|
usage: picseal.py [-h] [-f FILE] [-v] [-vv] [-l] [-pm] [-pi] [-pa] [-w]
|
|
|
|
optional arguments:
|
|
-h, --help show this help message and exit
|
|
-f FILE, --file FILE source image file
|
|
-v, --verbose will set logging level to INFO
|
|
-vv, --vverbose will set logging level to DEBUG
|
|
-l, --logging will supercede the -v option and send all logging to a
|
|
file, logging.DEBUG
|
|
-pm, --printmeta print the metadata markers
|
|
-pi, --printimage print the image markers
|
|
-pa, --printall print all markers
|
|
-w, --write write picseal files
|
|
|