Category Archives: PHP

LUNA ALGORITHM: CHECKING THE VALIDITY OF CREDIT CARD NUMBERS

In the world of electronic payments and online transactions where security is paramount, credit card validation algorithms play an important role. One of the most widely used algorithms, which helps not only to prevent errors when entering card numbers, but also to detect possible fraud attempts, is the Luhn algorithm, also known as the “Luhn algorithm”. Continue reading LUNA ALGORITHM: CHECKING THE VALIDITY OF CREDIT CARD NUMBERS

Fake Email List + Generator

As part of the post dedicated to the ability to extract links and email addresses, it was necessary to make a list of fake email addresses, which would allow not only to generate fake addresses, but also to do it in a form ready for use in the html code. Actually, the Python generator code itself is available below (suddenly it will come in handy for someone) (and the PHP generator is at the very bottom of the page 😉 ): Continue reading Fake Email List + Generator