This is a library with classes I use for my personal projects. It only contains classes for PBKDF2 and logging at it's current state.
Sure, you can use it under the conditions of the MIT license. You can let me know what you used it for if you want to, I'm always interested in seeing the interesting things other people do.
Releases of this library are available via Maven Central. Just add the following dependency to your pom:
<dependency>
<groupId>de.pniehus.scribblerlib</groupId>
<artifactId>scribblerlib</artifactId>
<version>1.0.0</version>
</dependency>