I made a simple bank that saves an integer variable, and I want to add a bank signature to protect it from most hackers. I have an idea on how to add it, but I just want to be sure, so how exactly is it done?
Off the top of my head, you would load the bank and then check if it's verified before accessing any data. Then you would set the option signature before saving it again.
I made a simple bank that saves an integer variable, and I want to add a bank signature to protect it from most hackers. I have an idea on how to add it, but I just want to be sure, so how exactly is it done?
Thanks in advance
before saving the bank set the signature.
before loading data from a bank, check the signatures.
@TerranMaster23: Go
You need to use the action Set Bank Option (or something like that). Choose signature.
@MasterWrath: Go
So before saving the bank I do this? Set Option Signature for "name of bank here" to enable
And before loading I do this in conditions? Bank "Name of bank here" is verified == true
I am new to banks and bank singatures, any help is appreciated
@TerranMaster23: Go
Off the top of my head, you would load the bank and then check if it's verified before accessing any data. Then you would set the option signature before saving it again.