QUOTE(Quantum Geist @ Dec 17 2018, 01:41 PM)
actually it checks if there are special characters and 8 characters or more;
if this is true use the new method
if this is false take just the first 8 characters and use the old method
From what I see, they have a flag in every account to mark you are using new password. if this is true use the new method
if this is false take just the first 8 characters and use the old method
If (flag == yes) {
// using new password hash
// support more than 8 chars
} else {
// just take first 8 letters
// use old password hash
}
Before comparing the hash for old password, they have no choice but to get the first 8 chars only since the front end doesn't know whether it is a new password or old password.
The algo above is okay actually, just that hackers know they can test using brute force until 8 chars so their test is faster
Now, about PayPal link to CIMB account, that is another issue due to TAC implementation (lack of).
BTW ayam not the hacker.
Dec 17 2018, 02:43 PM

Quote
0.0245sec
0.56
6 queries
GZIP Disabled