Skip to main content
  1. Tags/

github

rocketchat-exporter

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

checkstyle-config

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

id-mask

· · Java · 45 · v0.6.0
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.

mvn-common-parent

· · 2 · v20
A maven configuration which can be used as a commons config parent for POM files

bkdf

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

singlestep-kdf

· · Java · 8 · 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

· · Java · 337 · 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

· · 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

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

armadillo

· · Java · 263 · v1.0.0
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

· · Java · 135 · 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

· · Java · 53 · v2.0.0
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

dice

· · Java · 9 · v1.7.0
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 NIST SP800-90Ar1 HMAC-DRBG. Supports external seeding from various true random services.