PolarisTeam / PolarisServer

A Phantasy Star Online 2 private server project in C#
GNU Affero General Public License v3.0
115 stars 57 forks source link

Generate RSA keypair if not present, rather than complaining and exiting. #25

Closed cyberkitsune closed 9 years ago

cyberkitsune commented 9 years ago

This speeds up development time and is less complicated to the end user, as it no longer requires external tools in order to generate a key.

(Granted, weather the keys work or not is unknown, they LOOK correct though, so there's that.)