Hey folks.
I have just finished a login system and I am selling it on the Unity Asset Store.
It will cost around 15-20$
What makes this login system special is that all important data is encrypted with md5 encryption.
And the user need to activate the account by email, to prevent misuse.
It could be really nice if you would give some feedback, especially if you decide to buy it.
If you have any ideas to future projects, please let me know. If I use your idea, you will of course get e free copy of the product
If you have any questions you don’t want to post in the forum, you are welcome to contact me on info@lemodev.com.
This would be great if only I was making an MMORPG, but I’ll keep it in my bookmarks to see if any project like that crops up. One question though do the user accounts get saved in a database or are they saved some other way?
Md5 hashes aren’t the most secure as they can be broken using rainbow tables. Also, does your system take into account that people can easily decompile Unity standalone games and view scripts and variables (including so-called “secret keys”)? A simple webplayer demo of the system would also be nice.
What method of md5 are you using? To have it be secure anymore, you need to have salts, random numbers, the whole deal. My opinion would be to move to something more secure, if you’re looking for a hash, sha512 would be (currently) the way to go. To have a secure login system, you would almost need to use a non-mono language(like an extension in c++) that can’t be easily decompiled. Bottom line. security is a pain.
I am sorry,
It was because I had moved some files on the server to organize it better.
Unfortunately I forgot to tell the demo the new file location, so it could not find the files.
Thanks for pointing it out and I am sorry for the inconvenience it caused for you.
It should be up and running now.