AuthMe / AuthMeReloaded

The best authentication plugin for the Bukkit/Spigot API!
https://www.spigotmc.org/resources/authmereloaded.6269/
GNU General Public License v3.0
634 stars 514 forks source link

Add hashing support for Argon2 #1150

Closed KonoromiHimaries closed 7 years ago

KonoromiHimaries commented 7 years ago

https://github.com/AuthMe/AuthMeReloaded/blob/master/docs/hash_algorithms.md

argon2 https://github.com/p-h-c/phc-winner-argon2

table

table

Xephi commented 7 years ago

Available on master branch

ljacqu commented 7 years ago

Hi @Eyremba @mat41997, we'd be thankful for some feedback :)

ljacqu commented 7 years ago

Confirmed by krusic22 on Discord that it works, so I close again xP Sorry

lenis0012 commented 6 years ago

Intresting conversation.

I implemented Argon2 a while ago, but never documented it because I was unable to find enough evidence proving that the algorithm is "battle tested".

I also considered a custom hashing method where multiple algorithms could be combined. but for the same reasons decided not to implement it.

I am getting Déjà vu scrolling through this page.

On another note, nice work guys. AuthMe Reloaded appears to have improved a lot in the past 2 years or so.

sgdc3 commented 6 years ago

@lenis0012 Thank you man ;)