This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Cdez's profile picture

Solar OS Help- How to

Started by Cdez, 22 August 2018 - 09:41 PM
Cdez #1
Posted 22 August 2018 - 11:41 PM
How do I create a user login and if there is a good login already, can I use that?
KingofGamesYami #2
Posted 23 August 2018 - 02:48 AM
Well, first you read in a username and password. Then you hash the password and compare it to the previously stored hash, preferably with some salting.
EveryOS #3
Posted 23 August 2018 - 12:39 PM
For hashing, there is a sha256 api many people like to use
Cdez #4
Posted 23 August 2018 - 03:04 PM
Ok. I will look into this further… I have a feeling that this should be enough to give people what they asked for. Someone wanted a login system, and I overlooked it for a while, thinking that I would do it later… thanks for the help!!