Skip to main content

pUzi, python3, Proficient UZI pass reader in python.

Project description

pUZI logo

pUZI python

Python application

Proficient UZI pass reader in python, based on work by Anne Jan: https://github.com/minvws/pUZI-php

The UZI card is part of an authentication mechanism for medical staff and doctors working in the Netherlands. The cards are distributed by the CIBG. More information and the relevant client software can be found at www.uziregister.nl (in Dutch).

pUZI is a simple and functional module which allows you to use the UZI cards as authentication mechanism. It consists of:

  1. a reader that reads the data on the card and gives an UziUser object in return (this repository).

pUZI is available under the EU PL licence. It was created early 2021 during the COVID19 campaign as part of the vaccination registration project BRBA for the ‘Ministerie van Volksgezondheid, Welzijn & Sport, programma Realisatie Digitale Ondersteuning.’

Questions and contributions are welcome via GitHub.

See www.Uziregister.nl for the documentation, software and application form for the UZI card.

Requirements

  • python >= 3.6

Apache config (or NginX equivalent):

SSLEngine on
SSLProtocol -all +TLSv1.3
SSLHonorCipherOrder on
SSLCipherSuite ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384
SSLVerifyClient require
SSLVerifyDepth 3
SSLCACertificateFile /path/to/uziCA.crt
SSLOptions +StdEnvVars +ExportCertData

Installation

pip install pUzi

Usage

from uzireader.uzipassuser import UziPassUser
uzipas = UziPassUser(env['SSL_CLIENT_VERIFY'], env['SSL_CLIENT_CERT'])
print(uzipas)
{"givenName": "john", "surName": "doe-11111111", "OidCa": "2.16.528.1.1003.1.3.5.5.2", "UziVersion": "1", "UziNumber": "11111111", "CardType": "N", "SubscriberNumber": "90000111", "Role": "01.015", "AgbCode": "00000000"}

Uses

Python cryptography Library

Contributing

  1. Fork the Project

  2. Ensure you have the requirements and Black installed

    pip3 install -r requirements.txt
    pip3 install black
    
  3. Create a Feature Branch

  4. Run tests

    cd tests/certs 
    ./generate_mock_certs.sh
    cd -
    python3 -m unittest
    
  5. (Recommended) Check whether your code conforms to our Coding Standards by running black on your changed files

    black .
    
  6. Send us a Pull Request

pUZI

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pUzi-1.2.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

pUzi-1.2-py3-none-any.whl (341.6 kB view details)

Uploaded Python 3

File details

Details for the file pUzi-1.2.tar.gz.

File metadata

  • Download URL: pUzi-1.2.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.56.0 CPython/3.6.9

File hashes

Hashes for pUzi-1.2.tar.gz
Algorithm Hash digest
SHA256 e76b93a03e4da8aa7865d5a323007996451199d6ec9e176de5e3f9efdfd18e24
MD5 52c99ada40c34b0101b12a712ca8ff4a
BLAKE2b-256 6122ebae82b6da0ae66dd32a5bb2c7e1576e7118db08ade0c2d53fe56af4fb3e

See more details on using hashes here.

File details

Details for the file pUzi-1.2-py3-none-any.whl.

File metadata

  • Download URL: pUzi-1.2-py3-none-any.whl
  • Upload date:
  • Size: 341.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.7.0 requests/2.25.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.56.0 CPython/3.6.9

File hashes

Hashes for pUzi-1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 462a5397a2290a6baae6ef8fdf42d8a8d6e9bbfe3ca0f5f272c548d44981dad1
MD5 d625df0da02a52182117495036a83898
BLAKE2b-256 b7a2f49e7ec5e689410f3f3d8d14e4f9bcdd425aa954ab6e9a6246b9871ab314

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page