Tagged articles
2 articles
Page 1 of 1
php Courses
php Courses
Mar 28, 2024 · Information Security

Using Cloudmersive Security API with PHP to Scan Executable Files and Prevent Threats

This guide explains how to install the Cloudmersive Security SDK, obtain a free API key, and use PHP code to configure advanced scanning options—such as disabling executable detection and customizing threat rules—to safely analyze files for malware, scripts, encrypted content, macros, and other security risks.

PHPSecurity APIfile scanning
0 likes · 6 min read
Using Cloudmersive Security API with PHP to Scan Executable Files and Prevent Threats
Python Programming Learning Circle
Python Programming Learning Circle
Feb 9, 2022 · Information Security

Simple Python Antivirus Script Tutorial

This article narrates a real‑world incident where a frozen computer leads the author to develop a simple Python antivirus that scans directories, matches files against a virus list, and deletes infected files using the os module, illustrating basic information‑security scripting techniques.

AntivirusOS moduleTutorial
0 likes · 6 min read
Simple Python Antivirus Script Tutorial