-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
284 lines (271 loc) · 12.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>A-SIT Plus GmbH Open Source</title>
<link rel="stylesheet" href="mu.css">
<link rel="icon" type="image/x-icon" href="schloss.svg">
<style>
.row.colorize .c {
background: #f4f4f4;
border: 1px solid #8cf;
}
.cell {
background-image: linear-gradient(#f4f4f488, #f4f4f4cc, #f4f4f4dd, #f4f4f4ff);
border: 1px solid #8cf;
padding-left: 0.5em;
padding-right: 0.5em;
}
.pad {
padding-left: 0.5em;
padding-right: 0.5em;
padding-bottom: 1em;
}
.row.pad {
padding: 0;
}
.footer {
font-size: 12pt;
color: #777;
text-align: center;
}
.with-bg {
background: #f4f4f4 no-repeat center;
text-shadow: #f4f4f4 0 0 5px;
}
.blur {
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px)
}
</style>
</head>
<body>
<header>
<h1><img class="logo" src="schloss.svg" alt="A-SIT Logo (Lock)"> A-SIT Plus Open Source</h1>
</header>
<h2>
Sharing is Caring!</h2>
<p class="justified">
Below you'll find projects developed at A-SIT Plus published as free and open-source software.
We heavily rely on Kotlin multiplatform. Hence, some of the project's buildscripts might also
be of interest to the public, even if a certain project may be specifically tailored to our
internal needs.
</p>
<hr>
<div class="row pad">
<div class="c g3 pad">
<div class="with-bg" style="background-image: url(./img/c-opt.svg); background-size: 230px">
<div class="blur">
<a href="https://github.com/a-sit-plus/vck">
<div class="cell">
<h3 class="center">VC-K </h3>
<p class="center">KMP (JVM and iOS) verifiable credentials
library
implementing the W3C VC data model
and ISO 18013-5 mDL. Issue (ARIES, OID4VCI),
present (ARIES, SIOPv2), and verify VCs.
</p>
</div>
</a>
</div>
</div>
</div>
<div class="c g3 pad">
<div class="with-bg" style="background-image: url(./img/valera-opt.svg); background-size: 320px">
<div class="blur">
<a href="https://github.com/a-sit-plus/valera">
<div class="cell">
<h3 class="center">Valera</h3>
<p class="center">A VC-K-powered Compose Multiplatform identity wallet app
supporting various VC types and formats.
Not indended for production use, but gives a glimpse of what lies ahead for the EUDIW.</p>
</div>
</a>
</div>
</div>
</div>
<div class="c g3 pad">
<div class="with-bg" style="background-image: url(./img/dashes-opt.svg); background-size: 420px">
<div class="blur">
<a href="https://github.com/a-sit-plus/credentials-collection">
<div class="cell">
<h3 class="center">Credentials Collection</h3>
<p class="center">Collection of all verifiable credentials implemented using VC-K.
Features IDA Credentials, Mobile Driving License, EU PID Credential, Power of
Representation, and
Certificate of Residence.</p>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="row pad">
<div class="c g3 pad">
<div class="with-bg" style="background-image: url(./img/signum.svg)">
<div class="blur">
<a href="https://github.com/a-sit-plus/signum">
<div class="cell">
<h3 class="center">Signum</h3>
<p class="center">KMP crypto provider and PKI library supporting key and app attestation on iOS and Android.<br>
100% pure Kotlin ASN.1 engine included! Interops with JOSE, COSE, JCA and iOS
datatypes.
</p>
</div>
</a>
</div>
</div>
</div>
<div class="c g3 pad">
<div class="with-bg" style="background-image: url(./img/multibase.svg)">
<div class="blur">
<a href="https://github.com/a-sit-plus/multibase">
<div class="cell"><h3 class="center">multi²_base</h3>
<p class="center">Kotlin multiplatform multi­base encoder/ decoder.
This library is a port of Protocol Labs' Kotlin/JVM multibase implementa­tion.
Its correctness verified against official test vectors.
</p>
</div>
</a>
</div>
</div>
</div>
<div class="c g3 pad">
<div class="with-bg" style="background-image: url(./img/4k.svg)">
<div class="blur">
<a href="https://github.com/a-sit-plus/jsonpath4k">
<div class="cell"><h3 class="center">JsonPath4K</h3>
<p class="center">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.</p>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="row pad">
<div class="c g3 pad">
<div class="with-bg" style="background-image: url(./img/kmmresult.svg)">
<div class="blur">
<a href="https://github.com/a-sit-plus/kmmresult">
<div class="cell">
<h3 class="center">KMM Result</h3>
<p class="center">100% pure Kotlin multiplatform result class. Drop-in replacement for Kotlin's
stdlib
<code>Result</code>, but usable from Swift and Objective C. Maps from/to
<code>Result</code>. Not a value class for interop reasons.
</p>
</div>
</a>
</div>
</div>
</div>
<div class="c g3 pad">
<div class="with-bg" style="background-image: url(./img/w-opt.svg); background-size: 280px">
<div class="blur">
<a href="https://github.com/a-sit-plus/warden">
<div class="cell">
<h3 class="center">WARDEN</h3>
<p class="center">Server-side mobile client attestation library. Provides a
unified interface for remotely establishing trust in iOS and Android clients.
Configurable from Spring Boot and Hoplite.
</p>
</div>
</a>
</div>
</div>
</div>
<div class="c g3 pad">
<div class="with-bg" style="background-image: url(./img/o-opt.svg); background-size: 280px">
<div class="blur">
<a href="https://github.com/a-sit-plus/warden-roboto">
<div class="cell">
<h3 class="center">WARDEN-roboto</h3>
<p class="center">High-level server-side an­droid key and app attes­tation library. Integral part of <em>WARDEN</em>.
Integrates upstream attestation verification logic from Google. Configurable from Spring Boot and Hoplite.</p>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="row pad">
<div class="c g3 pad">
<div class="with-bg" style="background-image: url(./img/pupilid-opt.svg); background-size: 180px">
<div class="blur">
<a href="https://github.com/a-sit-plus/pupilidlib">
<div class="cell">
<h3 class="center">Pupil ID Library</h3>
<p class="center">KMP library implementing features of the Austrian electronic pupil ID
(edu.digicard) as W3C Verifiable Credentials. Targets iOS and Android on the client side,
and JVM back-ends.</p>
</div>
</a>
</div>
</div>
</div>
<div class="c g3 pad">
<a href="https://github.com/ehn-dcc-development/hcert-kotlin">
<div class="cell">
<h3 class="center"> KMM DGC Library</h3>
<p class="center">Kotlin (JVM+JS) implementation of the HCERT/DCC specification. Create and verify <em>
Electronic Health Certificates</em> used during the second half of the COVID pandemic.</p>
</div>
</a>
</div>
<div class="row pad">
<div class="c g3 pad">
<a href="https://github.com/ehn-dcc-development/ValidationCore">
<div class="cell"><h3 class="center">Swift ValidationCore</h3>
<p class="center">Swift library for validating <em>Electronic Health Certificates</em> (HCERT) po­pu­larised
during the second half of the COVID pandemic.<br> An iOS demonstration application is available.
</p>
</div>
</a>
</div>
</div>
<div class="c g2 pad">
<a href="https://github.com/BMF-RKSV-Technik/at-registrierkassen-mustercode">
<div class="cell"><h3 class="center">Cashbox Democode</h3>
<p class="center">Java demo code for producing and verifying signed cashbox receipts compliant with
the
Austrian cashbox security regulation. Conceived in 2015. Apache-licensed; uses maven.</p>
</div>
</a>
</div>
<div class="c g2 pad">
<a href="https://github.com/a-sit-plus/gradle-conventions-plugin">
<div class="cell"><h3 class="center">Gradle Conventions</h3>
<p class="center">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.
</p>
</div>
</a>
</div>
</div>
<hr>
<p class="center">
~ See also our <a href="https://github.com/a-sit-plus/">GitHub Org
<svg role="img" style="height: 1.2em; vertical-align:top;" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<title>GitHub</title>
<path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/>
</svg>
</a> for additional projects ~
</p>
<hr>
<div class="footer">
<p>Copyright © 2023-2025 A-SIT Plus GmbH, Seidlgasse 22 / Top 9, 1030 Vienna, Austria</p>
<em>
Made with love (and brutalism) based on <a href="https://bafs.github.io/mu/">µ CSS</a>
</em>
<p><img src="logo_kurzertext.svg" alt="A-SIT Plus Logo" style="height:4em;"></p>
</div>
</body>
</html>