dashroshan / openvpn-wireguard-admin

🔐 Install OpenVPN or WireGuard with a web admin panel using just a single line of command
GNU General Public License v3.0
144 stars 27 forks source link

Use hashes instead of plain text password #1

Closed TotallyMonica closed 11 months ago

TotallyMonica commented 11 months ago

As a security precaution, it's highly recommended to use a hashed password when passwords are being stored. SHA256, in most cases, are considered secure enough hence my choice in using it. Any questions, feel free to ask.