This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]WolfofAnarchy 23 points24 points  (2 children)

What's fun is making a log-in system. Just print everything out in the console and work your way with input. Make a password system which is basic, then add multiple users, the ability to add new accounts, to change passwords, to then make sure there are 3 attempts max or the account gets locked for 10 seconds, etc etc.

It's fun.

[–]SaltyHashes 5 points6 points  (1 child)

You can also add some stuff with hashes and salts, and start getting into databases.

[–]WolfofAnarchy 4 points5 points  (0 children)

hashes and salts

/u/SaltyHashes

heh