├── COMPARISON.md ├── FORMATS.md ├── LICENSE ├── README.md ├── SPECIFICATION.md ├── TODO.md ├── docs ├── workflow-dkim.png ├── workflow-seal.png ├── workflow-sign1.png ├── workflow-sign2.png ├── workflow-validate1.png └── workflow-validate2.png ├── sample ├── Makefile ├── README.md ├── exiftool-seal.config ├── image-signed.jpg ├── image-unsigned.jpg ├── seal-sign.sh └── seal-verify.sh └── seal-namespace.xml /COMPARISON.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerfactor/SEAL/HEAD/COMPARISON.md -------------------------------------------------------------------------------- /FORMATS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerfactor/SEAL/HEAD/FORMATS.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerfactor/SEAL/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerfactor/SEAL/HEAD/README.md -------------------------------------------------------------------------------- /SPECIFICATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerfactor/SEAL/HEAD/SPECIFICATION.md -------------------------------------------------------------------------------- /TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerfactor/SEAL/HEAD/TODO.md -------------------------------------------------------------------------------- /docs/workflow-dkim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerfactor/SEAL/HEAD/docs/workflow-dkim.png -------------------------------------------------------------------------------- /docs/workflow-seal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerfactor/SEAL/HEAD/docs/workflow-seal.png -------------------------------------------------------------------------------- /docs/workflow-sign1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerfactor/SEAL/HEAD/docs/workflow-sign1.png -------------------------------------------------------------------------------- /docs/workflow-sign2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerfactor/SEAL/HEAD/docs/workflow-sign2.png -------------------------------------------------------------------------------- /docs/workflow-validate1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerfactor/SEAL/HEAD/docs/workflow-validate1.png -------------------------------------------------------------------------------- /docs/workflow-validate2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerfactor/SEAL/HEAD/docs/workflow-validate2.png -------------------------------------------------------------------------------- /sample/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerfactor/SEAL/HEAD/sample/Makefile -------------------------------------------------------------------------------- /sample/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerfactor/SEAL/HEAD/sample/README.md -------------------------------------------------------------------------------- /sample/exiftool-seal.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerfactor/SEAL/HEAD/sample/exiftool-seal.config -------------------------------------------------------------------------------- /sample/image-signed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerfactor/SEAL/HEAD/sample/image-signed.jpg -------------------------------------------------------------------------------- /sample/image-unsigned.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerfactor/SEAL/HEAD/sample/image-unsigned.jpg -------------------------------------------------------------------------------- /sample/seal-sign.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerfactor/SEAL/HEAD/sample/seal-sign.sh -------------------------------------------------------------------------------- /sample/seal-verify.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerfactor/SEAL/HEAD/sample/seal-verify.sh -------------------------------------------------------------------------------- /seal-namespace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackerfactor/SEAL/HEAD/seal-namespace.xml --------------------------------------------------------------------------------