-
website-favre Public
The source for my private website powered by hugo a static code generators and typescript/node based CLI to fetch my content from various sites..
-
website-dr-sel Public
A simple static website created with jekyll
-
bytes-java Public
Bytes is a utility library that makes it easy to create, parse, transform, validate and convert byte arrays in Java. It supports endianness as well as immutability and mutability, so the caller may…
-
density-converter Public
A multi platform image density converting tool converting single or batches of images to Android, iOS, Windows or CSS specific formats and density versions given the source scale factor or width/he…
-
bcrypt Public
A Java standalone implementation of the bcrypt password hash function. Based on the Blowfish cipher it is the default password hash algorithm for OpenBSD and other systems including some Linux dist…
-
indoor-positioning Public
A full-featured indoor positioning system that was developed during my master thesis. It has a javascript based rich UI and has a server-client architecture.
-
pihole-unbound-docker Public
A docker-compose setup that maintaines a Pi-hole DNS with an with an upstream Unbound recursive DNS all hosted locally.
-
hkdf Public
A standalone Java 7 implementation of HMAC-based key derivation function (HKDF) defined in RFC 5869 first described by Hugo Krawczyk. HKDF follows the "extract-then-expand" paradigm which is compat…
-
id-mask Public
IDMask is a Java library for masking internal ids (e.g. from your DB) when they need to be published to hide their actual value and to prevent forging. It has support optional randomisation has a w…
-
bkdf Public
BCrypt based key derivation function to improve BCrypt as a cryptographic primitive for password hashing and key derivation
-
uber-adb-tools Public
A tool that enables advanced features through adb installing and uninstalling apps like wildcards and multi device support. Useful if you want to clean your test device from all company apks or ins…
-
uber-apk-signer Public
A cli tool that helps signing and zip aligning single or multiple Android application packages (APKs) with either debug or provided release certificates. It supports v1, v2 and v3 Android signing s…
-
rocketchat-exporter Public
A simple script exporting chats from a rocket chat instance using the public REST API. Useful if no administrative access is possible.
-
dice Public
A cryptographically secure pseudorandom number generator cli tool printing in a wide variety of byte encodings (hex, base64,..) and for many programming languages (c, java, c#, php, etc.) using NIS…
-
mvn-common-parent Public
A maven configuration which can be used as a commons config parent for POM files
-
docker-minipaint Public
Forked from bluenevus/docker-minipaintThis is a dockerized version of the miniPaint project by viliusle, a web/node based paint tool to self host.
Dockerfile Apache License 2.0 UpdatedApr 8, 2023 -
morseme Public
A very simple Android app that can morse given input through audio, vibration and light flash. Also can morse your SMS.
-
tuwien Public
Miscellaneous projects done during my studies in computer science at the Vienna University of Technology from about 2009 to 2011.
-
BlurTestAndroid Public
This is a simple App to test some blur algorithms on their visual quality and performance.
-
armadillo Public
A shared preference implementation for confidential data in Android. Per default uses AES-GCM, BCrypt and HKDF as cryptographic primitives. Uses the concept of device fingerprinting combined with o…
-
bankathon16-inso Public
This is the prototype developed during the "Bankathon16" hackathon hosted by INSO. It was a 2 day event, 3 developer worked on the project. This project achieved 2nd place in the ranking.
-
Dali Public
Dali is an image blur library for Android. It contains several modules for static blurring, live blurring and animations.
-
singlestep-kdf Public
Implementation of the single-step key derivation function (KDF) as described in NIST Special Publication 800-56C Rev1 supporting messages digest and HMAC.
-
hugo-scroll Public template
Forked from zjedi/hugo-scroll📜 A Hugo theme for pretty, quick and simple single-page websites.
-
smart-video-tagger Public
A tool to normalize filenames for movies and series/shows database so that they all would have the same format making it easier to parse it for other services
-
checkstyle-config Public
Global checkstyle config to be reused in different projects. These include my own personal rules so your milage may vary.
-
benchmark-jmh-sandbox Public
A catch-all repo for all kinds of JMH benchmarks
Java Apache License 2.0 UpdatedMay 25, 2022 -
jekyll-theme-easy-wedding Public
Forked from cnorick/jekyll-theme-easy-weddingJekyll theme for quickly building wedding websites
-
da-workspace-legacy Public
This is a task execution simulator (simulating parallel executions of task in an operating system) originally developed for my first master thesis.
-
slf4j-timber Public
SLF4J binding for Timber - a logger with a small, extensible API which provides utility on top of Android's normal Log class.