Reading datastore from adonis

Adonis likes to encrypt their datastores, instead of the store being called “Adonis_93843585” it’s called “i3hufjbuheujrtg==” which when trying to read data from the datastore is very annoying.

I want to be able to get specific player information, for this I think it would be best to get the player UserID and run it through the same encryption from adonis, this means I end up with the same string fom where the data is stored. Only problem, I have no clue how to recreate adonis their encryption. Anyone able to help out?