Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BCRYPT HASH #1

Open
dbasset31 opened this issue Mar 19, 2021 · 1 comment
Open

Add BCRYPT HASH #1

dbasset31 opened this issue Mar 19, 2021 · 1 comment

Comments

@dbasset31
Copy link

Can you add BCRYPT hash ? it's used on php. thanks

@AmkSoft
Copy link
Owner

AmkSoft commented Mar 23, 2021

Hi darkmoi3108

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants