Saturday

How does QR Code scams work?

The surge of QR Code payments have attracted scammers to take advantage of the popularity and creating QR Code to scam unsuspecting victims for money.

QR Code scammers objective is to trick you into scanning a fraudulent QR Code that will lead you to a fake bank website for you to provide your bank information or redirect your QR Code payments to their scam accounts.

No comments:

Measure execution time with Julia, example using sorting algorithms

# random integers between 1 and 100 inclusive, generate thousands of them x = rand ( 1 : 100 , 100000 ) @time sort (x; alg=InsertionSort, r...