rSimulate / Cosmosium

:earth_americas: js game engine for space-based games
Other
23 stars 7 forks source link

add encryption to passwords & login data #79

Closed 7yl4r closed 9 years ago

7yl4r commented 9 years ago

need to add algorithm to garble up the password before it is sent.

BrianErikson commented 9 years ago

Crypto-JS should be able to do the job just fine

BrianErikson commented 9 years ago

Encryption has been completed following this commit to the client, with the server getting encryption through this commit by Martin.