Enhanced photos with verification (non-repudiation), multi-factor authentication, and crypto key sharing
Go to file
JohnE 42333ef9a9 MOD: updated docs 2019-06-25 14:20:14 -07:00
docs MOD: updated docs 2019-06-25 14:20:14 -07:00
ex MOD: restructured folders and files 2016-09-24 15:47:13 -07:00
img MOD: restructured folders and files 2016-09-24 15:47:13 -07:00
libs MOD: dusted off this project. made some modifications. verified it is working 2018-10-10 11:12:48 -07:00
test WIP: working on getting hash signature to work... 2016-12-01 23:24:32 -08:00
.gitignore MOD: dusted off this project. made some modifications. verified it is working 2018-10-10 11:12:48 -07:00
README MOD: updated docs 2019-06-25 14:20:14 -07:00
picseal.py MOD: dusted off this project. made some modifications. verified it is working 2018-10-10 11:12:48 -07:00
pip-req.txt NEW: added new marker processing, added print markers metadata CLI, added print markers image CLI 2016-10-08 18:27:45 -07:00
sftp-config.json NEW: added sftp info 2016-08-11 02:16:27 -07:00

README

***** ***** ***** *****
***     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