You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my server you can download the beta version of AmkMcAuth (AmkMcAuth-1.5.2-BETA.jar ) having the BCRYPT has: https://amksoft.mooo.com/minecraft/plugins/
But i made it someting different, not the actual password is stored, but the playername+password is saved as the hash.
Remember this if you are using your PHP script to read the AmkMcAuth password hash.
You might get confused if you do not take this in account.
As everyone is using by default is using "AMKAUTH" Hashing-type (SHA-512), AmkMcAuth is storing the playername+password instead of only the password. This is because if players use the menu system (inventory gui) to select their password-block there is little variance in the passwordhash. if multiple players use the same passwordblok their plassword the passwordhas would look thre same. By adding the p;layername in front all the hashes are different.
Can you add BCRYPT hash ? it's used on php. thanks
The text was updated successfully, but these errors were encountered: