News0 min ago
Online Banking Security
10 Answers
I've got a little device from HSBC which generates a seemingly random 6 digit code when a button is pressed, the number has to be used for logging on to my online bank account, if the number matches that displayed on the fob it lets you in. How does the communication work between the security fob and the online bank system, it's not wifi connected...
Answers
Best Answer
No best answer has yet been selected by ck1. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.It is a very simple device that generates random looking number. However, it is not really random at all if you know the formula and only the 'creator' knows the number. The device has a clock that changes to the next number at known time intervals. If you didn't type the number in fast enough, the website would deny access expecting the next number.
this is related to encryption and authentication.
The bank site gives you a different number every time. This is done with the help of a random number generator which will give you always a different and a random number so that no one can guess it.
You enter this in your security device given by bank along with your pin code. This will be encrypted and another number will be given as output.
When you enter this number generated by bank security device, the bank's server also calculates this to see if you have entered a correct number.
this is related to encryption and authentication.
The bank site gives you a different number every time. This is done with the help of a random number generator which will give you always a different and a random number so that no one can guess it.
You enter this in your security device given by bank along with your pin code. This will be encrypted and another number will be given as output.
When you enter this number generated by bank security device, the bank's server also calculates this to see if you have entered a correct number.
-- answer removed --