Blog

Welcome to our Blog, here you can find news and articles related to the IT industry. If you are interested in finding out more about our company, you can take a look at our portfolio or read about us.

How Often and Under What Conditions Should You Request 2FA?

February 01, 2025

Two-factor authentication (2FA) has become a cornerstone of online security. It provides an extra layer of protection by requiring users to verify their identity in two ways—typically, something they know (a password) and something they have (a code sent to their phone). But implementing 2FA effectively requires balancing security with user convenience. Here’s a look at when and why you should prompt for 2FA, with specific timing recommendations and examples, including how to implement checks using PHP.

Add a comment (0) 609 Views Read more

Make PHP CAPTCHA more secure

January 05, 2012

In the past we posted PHP code to generate CAPTCHA, and here is a small fix to the code that will make it more secure.

Add a comment (6) 17,947 Views Read more

How to create CAPTCHA using PHP

October 05, 2009

In last article I explained what CAPTCHA is and why it is used (you can find that article here). Here I will provide PHP code that crates and uses CAPTCHA.

Add a comment (40) 319,565 Views Read more

What is CAPTCHA and why it is used

September 22, 2009

CAPTCHA stands for Completely Automated Public Turing test to tell Computers and Humans Apart. This is a challenge-response test used on web-forms to ensure that the form is filed in by a human being, or in other words it is a form of protection from bots (computers) filling out forms.

Add a comment (6) 11,618 Views Read more

First SMS worm found

April 17, 2009

Finnish company F-Secure, the leading supplier of Internet security software, announced the discovery of the first in history SMS Worm that infects cell phones.

Add a comment (0) 3,198 Views Read more