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

I need a pro's help writing a system

Started by CardingiSFun, 22 March 2013 - 12:38 PM
CardingiSFun #1
Posted 22 March 2013 - 01:38 PM
So i am a coder for a bank and im trying something new. Im trying to code a key card system that will put a players id on it then there keycode that is 35 chars long then it will put some other things on it but it has to get encrypted so people cant copy it. Please msg me on skype if you are willing to try out and help me and a buddy.

Thanks,
Davin

Skype: thelegacyunlocking
Engineer #2
Posted 22 March 2013 - 08:37 PM
Simpy search for the sha256 function by GravityScore (not sure) and use the function and store that string as password. When you are entering your password you must compare that hashed string with your string that first has to be hashed. if that is equal then you have a match. :)/>