ZeroPass / dmrtd

Dart library for reading Biometric Passport
Other
43 stars 19 forks source link

Support parsing EfSOD #27

Open dinhgiang2kn2 opened 1 month ago

dinhgiang2kn2 commented 1 month ago

Hi. Is there any plan to support the EfSOD?

smlu commented 1 month ago

At the moment there is no plan to support parsing of EF.SOD data file. For anyone interested in parsing this file, note that it encapsulates PKCS #7 CMS structs (Cryptographic Message Syntax). I haven't tested but there is flutter package pkcs7 for this data struct that might help parsing EF.SOD.