I need to fetch data from a LDAP using Java and SpringBoot. I managed to retrieve the OpenOTP data from the Ldap, but I found it's encrypted using wcrypt and I have no idea of how to decrypt it in Java and didn't find any article related to that.
Here is an example of what I get :
OpenOTP.TokenModel={wcrypt}DK2HtINFjxBOrjO5b7UcHLbydZgdfAvwu32jqFwSAk5=
I assume I will need a password to decrypt the data, but even once I have it I should probably have a bcrypt-like class for wcrypt ?