A simple tool to generate spring BCryptPasswordEncoder hashes, and also to verify existing hashes. This is just to generate hashes for Kylin where the admin password is unfortunately hardcorded, but I guess can be used for other purposes as well.
$ mvn package
$ java -jar target/spring-password-0.1.0.jar
-e : Encode password into hash (default: false)
-v : Verify hash (default: false)