Enhanced photos with verification (non-repudiation), multi-factor authentication, and crypto key sharing
Go to file
JohnE 912a9a123c MOD: updated the readme with usage info 2017-04-06 02:59:22 -07:00
docs NEW: moved the readme file for pizzaz 2017-04-06 02:26:41 -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: refactored picseal class to be static only 2016-12-06 14:00:59 -08:00
test WIP: working on getting hash signature to work... 2016-12-01 23:24:32 -08:00
.gitignore init import 2016-08-05 08:34:22 +00:00
README MOD: updated the readme with usage info 2017-04-06 02:59:22 -07:00
picseal.py WIP: reading of picseal jpg file... 2016-12-03 19:49:01 -08: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
Generate a new Crypto Key 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