![](https://i.gyazo.com/cc657cbeb33fede3b78af5df85e5fd9c.png)
I know there are alternatives to using raw text when making a Login like this in order to keep the players' login information secure so that if save files were taken no one would be able to find out someone's username or password. I was wondering if anyone on the lovely BYOND Community could lend me a helping hand.
You can lessen the problem by using salts and whatnot for your hashes but ultimately it's not bullet proof. If you wanted true security you'd probably want to do full out encryption on the values you didn't want being messed with, you can search the Developer Resources for various encryption libraries, or Google for a massive amount of encryption algorithms that can be ported into DM code.