For demonstration purposes:
Try entering invalid credentials or injection attempts such as:
admin' AND SLEEP(5) AND '1'='1
admin' OR '1'='1
'); INSERT INTO sqlbad (username, password) VALUES ('hacker3', 'hackpass'); --
Note: These attempts will not work due to the secure implementation.