Nav apraksta

Eric Betts de4db26ea5 ASN1 decode DG1 10 mēneši atpakaļ
.catalog b79b0bc541 changelog 10 mēneši atpakaļ
.github dc481e4a54 remove unused includes; build on push to main 10 mēneši atpakaļ
images 35ddab5d45 Option to delete saved mrz info 10 mēneši atpakaļ
lib de4db26ea5 ASN1 decode DG1 10 mēneši atpakaļ
scenes ebc7adba34 code to read DG2 10 mēneši atpakaļ
.clang-format 9fe02b0a3e Clear history 10 mēneši atpakaļ
.gitignore 9fe02b0a3e Clear history 10 mēneši atpakaļ
README.md 88e7f838eb trying to use asn1c to decode DG1 10 mēneši atpakaļ
application.fam 88e7f838eb trying to use asn1c to decode DG1 10 mēneši atpakaļ
bsearch.c 88e7f838eb trying to use asn1c to decode DG1 10 mēneši atpakaļ
eMRTD.asn1 de4db26ea5 ASN1 decode DG1 10 mēneši atpakaļ
memmem.c 89e36f2e4e Look for jpeg header in first 100 bytes of DG2 10 mēneši atpakaļ
passy.c 9ea747ecc9 restructure UI 10 mēneši atpakaļ
passy.h 9ea747ecc9 restructure UI 10 mēneši atpakaļ
passy.png a7876a134a make logo 1-bit 10 mēneši atpakaļ
passy_common.c 9fe02b0a3e Clear history 10 mēneši atpakaļ
passy_common.h 9ea747ecc9 restructure UI 10 mēneši atpakaļ
passy_i.h 9ea747ecc9 restructure UI 10 mēneši atpakaļ
passy_reader.c de4db26ea5 ASN1 decode DG1 10 mēneši atpakaļ
passy_reader.h 88e7f838eb trying to use asn1c to decode DG1 10 mēneši atpakaļ
secure_messaging.c 7c05345f96 DRY up key diversification 10 mēneši atpakaļ
secure_messaging.h 633e3da57d handle dynamic passport number length 10 mēneši atpakaļ

README.md

Passy: A Flipper Zero Passport reader

Tested with the following countries:

🇺🇸 🇨🇱

(If it works for yours, submit a PR to add your country flag)

Notes:

  • Caches MRZ info to make subsequent use faster

Limitations

  • Only requests DG1, the contents of the MRZ

To do

  • Support other country passports
  • Support DG2, the photo

Generate asn:

asn1c -D ./lib/asn1 -no-gen-example -pdu=all eMRTD.asn1