Hello,

I noticed that the keycloak src contains two identical Base64 java classes:

https://github.com/keycloak/keycloak/blob/master/core/src/main/java/org/keycloak/util/Base64.java
https://github.com/keycloak/keycloak/blob/master/model/api/src/main/java/org/keycloak/models/utils/Base64.java

Both are copied from the iharder project. I was wondering about the fact why they were copied in (yep, that's identical to what PicketLink does).

In AeroGear we use that class as a dependency instead:
https://github.com/aerogear/aerogear-unifiedpush-java-client/blob/master/pom.xml#L57-L61

If you guys like, I am happy to provide a fix/patch for that as well

-Matthias

--
Matthias Wessendorf

blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
twitter: http://twitter.com/mwessendorf