Commit Graph

15 Commits

Author SHA1 Message Date
Henryk Plötz bc07262d80 API CHANGE: Move CommandLineArgumentHelper to readers module to allow proper import order.
(CommandLineArgumentHelper references the readers module, which references the utils module, so having CLAH in utils would create a circular reference.)
2010-03-03 00:06:20 +01:00
hploetz c02f68c8cf fix for non-rfid
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@249 f711b948-2313-0410-aaa9-d29f33439f0b
2007-06-16 07:25:51 +00:00
hploetz c92a60fb10 Switch smartcard interface to pyscard from http://pyscard.sourceforge.net/
pycsc no longer supported
API change: utils doesn't export "pycsc" anymore
API change: utils.CommandLineArgumentHelper.connect now returns smartcard.CardService.CardService instance
API change: cards.generic_card.Card.__init__ and ...can_handle (and therefore cards.new_card_object) now expect CardService or CardConnection instance


git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@247 f711b948-2313-0410-aaa9-d29f33439f0b
2007-06-16 06:56:57 +00:00
hploetz 3fa2f88419 Tool to read full passport information. Call without arguments to try without bac, or with mrz1 mrz2 or mrz2 to try with bac
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@224 f711b948-2313-0410-aaa9-d29f33439f0b
2007-06-08 00:55:16 +00:00
hploetz 918eaf3f40 Consolidate and simplify common command line processing code
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@223 f711b948-2313-0410-aaa9-d29f33439f0b
2007-06-08 00:30:35 +00:00
hploetz d7aa71ca8d Centralize pycsc windows import hack
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@222 f711b948-2313-0410-aaa9-d29f33439f0b
2007-06-08 00:14:22 +00:00
hploetz 85335da1b6 Implement comments for fingerprints.txt
Add start of an implementation of rfid characteristics
Update fingerprints after encounter with two real german passports


git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@206 f711b948-2313-0410-aaa9-d29f33439f0b
2007-06-01 20:42:45 +00:00
hploetz 89f7828412 Another fingerprinting characteristic: SELECT APPLICATION with P2=0 and no Le leads to 6700 Wrong Length
(The LDS technical report Appendix 2 to Annex A only explicitly allows P2=0xc with no Le)


git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@201 f711b948-2313-0410-aaa9-d29f33439f0b
2007-05-31 19:33:35 +00:00
hploetz 7ff9b92d8d Use regular expressions
Add Belgian passport from Ludovics list


git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@199 f711b948-2313-0410-aaa9-d29f33439f0b
2007-05-31 12:33:03 +00:00
hploetz cec02fbb96 Functionality to match against 'database'
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@198 f711b948-2313-0410-aaa9-d29f33439f0b
2007-05-31 02:51:02 +00:00
hploetz b1bb99030d Functional fix for the hypothetical case that SHORT_SW_WIDTH*(number of data groups checked) is not divisible by 8
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@197 f711b948-2313-0410-aaa9-d29f33439f0b
2007-05-30 23:57:18 +00:00
hploetz 50c9be2b50 copy'n'error
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@196 f711b948-2313-0410-aaa9-d29f33439f0b
2007-05-30 18:25:34 +00:00
hploetz 913e09a14e Play safe
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@195 f711b948-2313-0410-aaa9-d29f33439f0b
2007-05-30 18:12:24 +00:00
hploetz a05c6bf746 less verbose
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@194 f711b948-2313-0410-aaa9-d29f33439f0b
2007-05-30 18:06:57 +00:00
hploetz 92e16bef2c Add fingerpass for passport fingerprinting
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@193 f711b948-2313-0410-aaa9-d29f33439f0b
2007-05-30 16:48:35 +00:00