JPremium conversion
tommasobenatti opened this issue ยท 9 comments
What feature do you want to see added?
Please add JPremium conversion, since is no longer maintained
Are there any alternatives?
.
Anything else?
No response
Jpremium by default uses SHA256, this is the table scheme
In this case could you create a test account with a given password like test
and give us the row data to try to analyze it. SHA256
implementations could differ. Plain SHA256
is insecure, so I guess it's salted. The question is in what way.
i couldn't use the password test, I used sesso123
SHA256$1826c47e84f040eaf358e02b89526261$fa1d28deaacad60c55185d4e5d8d2cd9f01f6bc310415fc1b2d1f3d3de597e28
That's similar to our implementation of SHA256. It only starts with $
and uses SHA
instead of SHA256
prefix.
It's a paid plugin. We need at least the table scheme and the password algorithm used to perform the conversion.