Alright! I think it's time that I bump this thread. I promised development during the summer, so here it is so far (the beginning of it). The account server has been developed. Passwords in the database are encrypted hashes using new algorithms I've researched into. Although I doubt anyone would ever hack my database, it won't matter in the slightest because I'm confident that these ciphers have done a great job. What's even more exciting is my Transaction Cipher. Since my account server and world server work independently, I must encrypt account data being sent across the network (to secure character logins). The cipher generates a dynamically changing encrypted key on both servers independently and successfully crypts data in both directions using algorithms much more advanced than my database cipher. This is all a C# first and I'm very excited to use such advanced and efficient algorithms on my servers! I'm very confident that it'll keep your characters safe from being logged into by a proxy. The DH Key exchange and CAST have both been completed as well. Now, I'm working on a character table. Next, I'll be working on character creation. I'm getting closer to logging in! :awesome: WHEWW!
Cheers,
Spirited Fang