private String hashPassword(String plainTextPassword){ return BCrypt.hashpw(plainTextPassword, BCrypt.gensalt()); }