Script Collection

Home
Download


German eGK
German HPC
German KVK

ICAO MRTD
GP Card
MuscleCard
PKCS#15 Card
EMV

OpenSCDP
Contact

Biometric Passport (MRTD) with Logical Data Structure (LDS)

Scripts for MRTDs are located in the icao directory.

The following scripts are provided:

  • explore.js - Create outline view to explore the LDS.
  • readmrtd.js - Simple script to read the LDS from a plain passport.
  • dumpmrtd.js - Script to dump the content of a passport into a file.
  • tools.js - A library of useful tools.

  • cvcexplorer.js - Create outline view to explore card verifiable certificates.

You can run a script by entering load("icao/<scriptname>"), e.g.

> load("icao/explore.js");

or by selecting the script in the "File" / "Run Script" dialog.

The JSDoc documentation includes classes not yet part of the stable release. Beta files are available on request.