summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-30Replace deprecated Pixmap.getImageData() methodHEADmainYuval Adam
2021-12-30Update all dependenciesYuval Adam
Fixes some weird bug in pymupdf installation
2021-10-07Add one more valid QR code widthYuval Adam
2021-10-07Initial v2 implementationYuval Adam
2021-03-17Add bytes validation and warn on no signatureYuval Adam
2021-03-17Emojify outputYuval Adam
2021-03-17Minor README updatesYuval Adam
2021-03-17Add license link in READMEYuval Adam
2021-03-17Add GPL licenseYuval Adam
2021-03-17Update READMEYuval Adam
2021-03-17Naming cleanupYuval Adam
2021-03-17Exit cleanly on bad ct valueYuval Adam
2021-03-17Fix pdf loading and small bugsYuval Adam
2021-03-17Initial GreenPassVerifier class not workingYuval Adam
2021-03-17Switch to click CLI and colored outputYuval Adam
2021-03-17Cleanup duplicate codeYuval Adam
2021-03-17Update READMEYuval Adam
2021-03-17Fix PDF image data extractionYuval Adam
2021-03-17Initial pdf image extractYuval Adam
2021-03-17Support ct=2 double hash fixYuval Adam
2021-03-01Add verify script shortcutYuval Adam
2021-03-01Cleanup some files, run formatting, and update READMEYuval Adam
2021-03-01Added actual QR code reading (#3)netaneld122
* Added actual QR code reading. Added requirements.txt for dependencies. Added .gitignore. Updated README according to new usage. * Fixed CR notes. Migrated requirements to a Pipfile format. Added ability to open textual payload. Removed irrelevant paths in .gitignore. * Fixed pipenv run cli. Co-authored-by: Netanel <Netanel> Co-authored-by: nati <nati>
2021-02-28added support to parse multiple persons in the green pass and to parse ↵Eyal Ronen
vaccination passport
2021-02-24Add double hashing clarificationYuval Adam
2021-02-24Cleanup verify codeYuval Adam
2021-02-23now printing Details of the Green PassEyal Ronen
2021-02-23Emojify READMEYuval Adam
2021-02-23Clarify READMEYuval Adam
2021-02-23Clarify hash pitfall and cleanupYuval Adam
2021-02-22Initial greenpass verification filesYuval Adam