games647 / FlexibleLogin

A Sponge minecraft server plugin for second factor authentication
https://forums.spongepowered.org/t/8872
MIT License
87 stars 22 forks source link

hashing passwords #105

Closed wallxq closed 6 years ago

wallxq commented 6 years ago

How i can off hashing user passwords and IP?

games647 commented 6 years ago

What do you mean? You want to hash the passwords in another programming language like PHP?

wallxq commented 6 years ago

I want hash in md5 or i want without hash for can look passwords users. Its important for me because i cant get values password on my website for login.

games647 commented 6 years ago

See #100 for my opinion on MD5. (TL;DR FlexibleLogin and PHP supports BCrypt by default which is much stronger)

MD5 is too weak.

wallxq commented 6 years ago

Okay, thanks you:)