No description
Find a file
Viktor Dragomiretskyy ef6ce24a26 A couple of improvements
- make TLS session persistent:
  once open, you can save TLS state with tls.save() and
  restore it next time by calling tls.load() instad of tls.open().
  State is saved in tls.dict file.
- a small standalone script added which can be used to keep an open
  file descriptor to the device. Without it tls.load() wont work.
- identify() function added
- added methods to associate blobs with fingers. Windows seems to be
  using these blobs to save certificates for the users to establish
  trust with potentially removable devices (it is sort of documented in
  winbio specs)
2019-05-21 22:41:54 +12:00
.gitignore A couple of improvements 2019-05-21 22:41:54 +12:00
db97.py A couple of improvements 2019-05-21 22:41:54 +12:00
holdthedoor.py A couple of improvements 2019-05-21 22:41:54 +12:00
prototype.py A couple of improvements 2019-05-21 22:41:54 +12:00
sid.py First commit 2019-05-20 01:38:13 +12:00
tls97.py A couple of improvements 2019-05-21 22:41:54 +12:00
usb97.py A couple of improvements 2019-05-21 22:41:54 +12:00
util.py First commit 2019-05-20 01:38:13 +12:00