PoroCoco / myaenetwork

Minecraft opencomputer LUA code to manage Applied energistic network from the web
MIT License
14 stars 6 forks source link

Encrypt user passwords #7

Open PoroCoco opened 10 months ago

PoroCoco commented 10 months ago

Right now user passwords are not encrypted at all, even though there is no sensitive data in any way and that it is clearly indicated, this is not ideal.

I'm thinking that it could be interesting to implement a Diffie-Hellman key exchange, could be a good learning opportunity.