Skip to content Skip to Navigation

Open Source at A-SIT Plus

Sharing is Caring!

Below you'll find projects developed at A-SIT/A-SIT Plus published as free and open-source software. We heavily rely on Kotlin multiplatform. Hence, some of the project's build-scripts might also be of interest to the public, even if a certain project may be specifically tailored to our internal needs.

See also our GitHub Organization for additional projects.

Identity Wallet

Valera

A VC-K-powered Compose Multiplatform identity wallet app supporting various VC types and formats. Not intended for production use, but gives a glimpse of what lies ahead for the EUDIW.

VC-K

KMP (JVM and iOS) verifiable credentials library implementing the W3C VC data model, SD-JWT and ISO 18013-5 credentials. Issues (OpenID4VCI), presents (OpenID4VP), and verifies VCs.

Wallet Issuer

Identity Wallet issuing backend based on VC-K and Spring Boot.

Wallet Relying Party

Identity Wallet relying party based on VC-K and Spring Boot.

Wallet Provider

Identity Wallet attestation flows, challenge provider, token issuance service, and status list management, based on VC-K and Warden Supreme.

Cryptography / Security

Warden Supreme

Integrated Key- and App-Attestation Suite. Provides a unified interface for remotely establishing trust in iOS and Android clients. Comes with client and server components.

Signum

KMP crypto provider and PKI library supporting key and app attestation on iOS and Android. 100% pure Kotlin ASN.1 engine included! Interops with JOSE, COSE, JCA and iOS datatypes.

AuthCheckKit

KMP (Android and iOS) device authentication capabilities check a library. Screen lock enabled? PIN set? Biometrics enrolled? AuthCheckKit tells you using a simple, unified API!

Semantic Encoding

JsonPath4K

100% pure Kotlin Multiplatform (JVM, Android, iOS) library for working with JSON Paths as defined in RFC9535. It supports the function extensions specified in RFC9535 by default.

multi²_base

Kotlin multiplatform multibase encoder/decoder. This library is a port of Protocol Labs’ Kotlin/JVM multibase implementation. Its correctness verified against official test vectors.

CIDRE

100% pure Kotlin multiplatform zero-dependency IPv4/IPv6 library providing CIDR math. Parse, encode, and work with IP addresses and networks in a type-safe way on all Kotlin targets.

Propigator

Propagating typed properties over untamed data using kotlinx.serialization. Lazy, deferred semantic parsing over wire data; indefinetely forward-compatible. Supports JSON. Slicing included!

Awesome Syntax Notation One

100% pure Kotlin multiplatform ASN.1 codec. Comes with first-class kotlinx.serialization support. Stop writing ASN.1! Model Kotlin data classes.
Batteries included.

Tooling

SBOMbastic

Automatically create sn SBOM for Gradle KMP projects. Accurate, split by target, including NPM packages.

modulator

JVM-style compileOnly dependen­cies for KMP! No bloat, no dirty tricks, just clean, modular APIs, and full toolchain compatibility – forever!

Gradle Conventions

Custom Gradle Plugin used for our projects. Currently, it supports JVM-only projects and Kotlin Multiplatform projects. Also works as an example on how this can be done in general.

KMM Result

100% pure Kotlin multiplatform result class. Drop-in replacement for Kotlin’s stdlib Result, but usable from Swift and Objective C. Maps from/to Result.

TestBalloon Addons

Next-gen property testing, data-driven testing, FreeSpec test style, compacting, replaying, and type-safe fixtures for TestBalloon.

Application-Specific

KMM DGC Library

Kotlin (JVM+JS) implementation of the HCERT/DCC specification. Create and verify Electronic Health Certificates used during the second half of the COVID pandemic.

Swift ValidationCore

Swift library for validating Electronic Health Certificates (HCERT) po­pu­larized during the second half of the COVID pandemic. An iOS demonstration application is available.

Pupil ID Library

KMP library implementing features of the Austrian electronic pupil ID (edu.digicard) as W3C Verifiable Credentials. Targets iOS, Android, and the JVM.

Cashbox Democode

Java demo code for producing and verifying signed cashbox receipts compliant with the Austrian cashbox security regulation. Conceived in 2015. Apache-licensed; uses maven.