xImAnton / mcweb

a web-remote minecraft server wrapper with some unique features
GNU General Public License v3.0
1 stars 0 forks source link

improve password protection #41

Closed xImAnton closed 3 years ago

xImAnton commented 3 years ago

salt and pepper (https://de.m.wikipedia.org/wiki/Salt_(Kryptologie))

maybe use some other algorithm than sha2. maybe argon2 (https://argon2-cffi.readthedocs.io/en/stable/)