ophirhan / cnsr-vlc-viewer-addon

GNU General Public License v3.0
14 stars 18 forks source link

Passwords should be saved hashed #142

Open ishayhil opened 3 years ago

ishayhil commented 3 years ago

We should save passwords hash (sha256 for example) instead of saving the raw password. Raw password isn't secured and can be accessed very easily.

ophirhan commented 3 years ago

This module can be used: https://thibaultcha.github.io/lua-argon2/