Skip to main content
  1. Tags/

github

rocketchat-exporter

GitHub · · Java · 24
A simple script exporting chats from a rocket chat instance using the public REST API. Useful if no administrative access is possible.

checkstyle-config

GitHub · · 3
Global checkstyle config to be reused in different projects. These include my own personal rules so your milage may vary.

id-mask

GitHub · · Java · 58
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 wide support for various Java types including long, UUID and BigInteger.

bkdf

GitHub · · Java · 2
BCrypt based key derivation function to improve BCrypt as a cryptographic primitive for password hashing and key derivation

singlestep-kdf

GitHub · · Java · 9 · v0.3.0
Implementation of the single-step key derivation function (KDF) as described in NIST Special Publication 800-56C Rev1 supporting messages digest and HMAC.

bcrypt

GitHub · · Java · 456 · v0.10.2
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 distributions. Includes a CLI Tool.

website-favre

GitHub · · TypeScript
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..

slf4j-timber

GitHub · · Java · 26
SLF4J binding for Timber - a logger with a small, extensible API which provides utility on top of Android`s normal Log class.

armadillo

GitHub · · Java · 276
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 optional user provided passwords and strong password hashes.

bytes-java

GitHub · · Java · 149 · v1.6.1
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 decide to favor performance.

hkdf

GitHub · · Java · 63
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 compatible to NIST 800-56C Rev. 1 two step KDF