Skip to main content
  1. Tags/

java

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.

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.