Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How secure is the generated password – could someone work out my UOB details from it?

password Secure uob
0
Posted

How secure is the generated password – could someone work out my UOB details from it?

0

The quick answer is “No”. The generated password is based on the username you give, not the password. The longer and more technical answer is: The generated password is based solely on your username and is generated as follows: Each night we generate a file containing (typically) 900 or so bits of random data on one of the systems hosting the web proxy cache service, using the Linux /dev/urandom device. We append the contents of this file to the username and take the md5 hash of the resulting string. This is converted to a hex string from which we take an 8 character substring and use that as the password. We believe that it is infeasible to deduce the secret given the username and generated password alone within its 24-hour validity.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123