To download this demo for your Linux/Mac installation, enter this on your command line:
DreamDownload byond://Yusuke13.PasswordLoginDemo##version=0
Emulator users, in the BYOND pager go to File | Open Location and enter this URL:
byond://Yusuke13.PasswordLoginDemo##version=0
727 downloads
Version 0.1
Date added: | Jun 25 2011 |
Last updated: | Jul 16 2011 |
3 fans
|
Give it a shot.
The Save() and Load() procs are just standins. If you need help with a save and load proc, I suggest you check out the wide range of libraries dedicated to only that.
|
|
Related Demos
Let your players choose their class! Read over the code for an example!
|
|
Before the fall of HrH, I designed these icons for hedgemistress...
|
|
A saving,loading and deleting demo, just for beginners! using very easy to understand comments
|
|
A class snippet for the CAGE engine.
|
|
MySQL saving demo, character taken checking, character lists, saving and loading.
|
|
Simple Save Demo that allows 3 characters
|
|
Saving, loading and deleting, my way!
|
|
How to save characters with two lines of code! Uses the CharacterHandling library.
|
|
Example of character creation, saving, and loading using Deadron's CharacterHandling library.
|
|
Easy character creation using strings, to define mob paths.
|
|
Character Choosing like never before!
|
|
|
|
Copyright © 2025 BYOND Software.
All rights reserved.
I second this. I was just about to mention it. I've seen it happen so many times where passwords are stored as raw text and someone gets ahold of them.
md5() would be easy to implement, however I'd recommend something like SHA256.
If you're planning on updating this, I know a good library you could use for SHA256. You'll be required to include a DLL though.