All posts by Marcel Hahn

Projects, WS2223

Smart Contracts bieten viele Möglichkeiten Verträge zu digitalisieren und automatisieren.
In diesem Projekt wollen wir uns die Technologie ansehen, um sie für die Entwicklung von API-Services einzusetzen.

  • Wie kann man die Integrität und Souveränität bereitgestellter Daten gewährleisten?
  • Wie kann man einen temporären API-Zugriff für einen bestimmten Anwendungsfall in dezentralen Systemen sicherstellen?
Projects, WS2223

Keycloak ist ein Open Source Identity and Access Management System. Es bietet von Haus aus schon viele Möglichkeiten, lässt sich aber auch noch durch Plugins erweitern.
In diesem Projekt wollen wir Keycloak um verschiedene Funktionalitäten erweitern und es so zur ultimativen IAM-Plattform machen.

Software Engineering II, SS16

Moin zusammen,

ich weiß, dass es nicht ganz einfach ist sich erstmal in das diagram-js Framework einzuarbeiten und das bpmn-js Beispiel ist auch sehr umfangreich.

Ich hab das selber durchgemacht und mehr oder weniger schrittweise in git commited.

Wenn ihr in unserem gitlab angemeldet seid, könnt ihr zusätzlich folgendes Projekt als Beispiel verwenden:

https://gitlab.se.cs.uni-kassel.de/mdbda-tool-suite/mdbda-web/

 

Viel Spaß beim Coden

Seminar, SS16

The jose.4.j library is an open source (Apache 2.0) implementation of JWT and the JOSE specification suite. It is written in Java and relies solely on the JCA APIs for cryptography.

JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. JWT is the identity token format in OpenID Connect and it is also widely used in OAuth 2.0 and many other contexts that require compact message security.

JOSE is short for Javascript Object Signing and Encryption, which is the IETF Working Group that developed the JSON Web Signature (JWS), JSON Web Encryption (JWE) and JSON Web Key (JWK) specifications. JWS and JWE use JSON and base64url encoding to secure messages in a (relatively) simple, compact and web safe format while JWK defines a JSON representation of cryptographic keys. The actual algorithms for JWS, JWE and JWK are defined in JSON Web Algorithms (JWA).

The library supports the JWS/JWE compact serializations with the complete suite of JOSE algorithms. A more detailed breakdown is available below in the Algorithm Support section.

…..

jose.4.j

https://bitbucket.org/b_c/jose4j/wiki/Home

Betreuer: Marcel Hahn